addons/isl/src/BugButton.cssblame
View source
b69ab311/**
b69ab312 * Copyright (c) Meta Platforms, Inc. and affiliates.
b69ab313 *
b69ab314 * This source code is licensed under the MIT license found in the
b69ab315 * LICENSE file in the root directory of this source tree.
b69ab316 */
b69ab317
b69ab318.bug-dropdown {
b69ab319 max-width: 400px;
b69ab3110 min-width: 400px;
b69ab3111}
b69ab3112
b69ab3113.bug-dropdown-version {
b69ab3114 font-size: 80%;
b69ab3115 opacity: 0.8;
b69ab3116 display: flex;
b69ab3117 flex-direction: column;
b69ab3118 gap: var(--halfpad);
b69ab3119}
b69ab3120
b69ab3121.bug-dropdown-actions {
b69ab3122 gap: var(--pad);
b69ab3123 display: flex;
b69ab3124 flex-direction: column;
b69ab3125 width: 100%;
b69ab3126}
b69ab3127
b69ab3128.bug-dropdown-actions vscode-button {
b69ab3129 justify-content: center;
b69ab3130}
b69ab3131
b69ab3132.bug-dropdown-debug-actions {
b69ab3133 gap: var(--pad);
b69ab3134 display: flex;
b69ab3135 flex-direction: row;
b69ab3136 justify-content: center;
b69ab3137 width: 100%;
b69ab3138}
b69ab3139
b69ab3140.additional-debug-content {
b69ab3141 display: flex;
b69ab3142 flex-direction: column;
b69ab3143 gap: var(--pad);
b69ab3144}
b69ab3145
b69ab3146.bug-button-nux {
b69ab3147 display: flex;
b69ab3148 flex-direction: row;
b69ab3149 align-items: center;
b69ab3150 gap: var(--pad);
b69ab3151}
b69ab3152
b69ab3153.bug-dropdown .error-notice {
b69ab3154 margin: 0;
b69ab3155}
b69ab3156
b69ab3157.bug-dropdown .log-file-path {
b69ab3158 font-size: 80%;
b69ab3159}