| b69ab31 | | | 1 | /** |
| b69ab31 | | | 2 | * Copyright (c) Meta Platforms, Inc. and affiliates. |
| b69ab31 | | | 3 | * |
| b69ab31 | | | 4 | * This source code is licensed under the MIT license found in the |
| b69ab31 | | | 5 | * LICENSE file in the root directory of this source tree. |
| b69ab31 | | | 6 | */ |
| b69ab31 | | | 7 | |
| b69ab31 | | | 8 | .bug-dropdown { |
| b69ab31 | | | 9 | max-width: 400px; |
| b69ab31 | | | 10 | min-width: 400px; |
| b69ab31 | | | 11 | } |
| b69ab31 | | | 12 | |
| b69ab31 | | | 13 | .bug-dropdown-version { |
| b69ab31 | | | 14 | font-size: 80%; |
| b69ab31 | | | 15 | opacity: 0.8; |
| b69ab31 | | | 16 | display: flex; |
| b69ab31 | | | 17 | flex-direction: column; |
| b69ab31 | | | 18 | gap: var(--halfpad); |
| b69ab31 | | | 19 | } |
| b69ab31 | | | 20 | |
| b69ab31 | | | 21 | .bug-dropdown-actions { |
| b69ab31 | | | 22 | gap: var(--pad); |
| b69ab31 | | | 23 | display: flex; |
| b69ab31 | | | 24 | flex-direction: column; |
| b69ab31 | | | 25 | width: 100%; |
| b69ab31 | | | 26 | } |
| b69ab31 | | | 27 | |
| b69ab31 | | | 28 | .bug-dropdown-actions vscode-button { |
| b69ab31 | | | 29 | justify-content: center; |
| b69ab31 | | | 30 | } |
| b69ab31 | | | 31 | |
| b69ab31 | | | 32 | .bug-dropdown-debug-actions { |
| b69ab31 | | | 33 | gap: var(--pad); |
| b69ab31 | | | 34 | display: flex; |
| b69ab31 | | | 35 | flex-direction: row; |
| b69ab31 | | | 36 | justify-content: center; |
| b69ab31 | | | 37 | width: 100%; |
| b69ab31 | | | 38 | } |
| b69ab31 | | | 39 | |
| b69ab31 | | | 40 | .additional-debug-content { |
| b69ab31 | | | 41 | display: flex; |
| b69ab31 | | | 42 | flex-direction: column; |
| b69ab31 | | | 43 | gap: var(--pad); |
| b69ab31 | | | 44 | } |
| b69ab31 | | | 45 | |
| b69ab31 | | | 46 | .bug-button-nux { |
| b69ab31 | | | 47 | display: flex; |
| b69ab31 | | | 48 | flex-direction: row; |
| b69ab31 | | | 49 | align-items: center; |
| b69ab31 | | | 50 | gap: var(--pad); |
| b69ab31 | | | 51 | } |
| b69ab31 | | | 52 | |
| b69ab31 | | | 53 | .bug-dropdown .error-notice { |
| b69ab31 | | | 54 | margin: 0; |
| b69ab31 | | | 55 | } |
| b69ab31 | | | 56 | |
| b69ab31 | | | 57 | .bug-dropdown .log-file-path { |
| b69ab31 | | | 58 | font-size: 80%; |
| b69ab31 | | | 59 | } |