We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a549e1d commit 46f497cCopy full SHA for 46f497c
res/css/views/dialogs/_SpotlightDialog.pcss
@@ -13,11 +13,12 @@ Please see LICENSE files in the repository root for full details.
13
}
14
15
.mx_Dialog {
16
- width: fit-content;
17
- border-radius: 8px;
+ /* !important because it's overriding compound */
+ width: fit-content !important;
18
+ border-radius: 8px !important;
19
+ height: 60% !important;
20
overflow-y: initial;
21
position: relative;
- height: 60%;
22
padding: 0;
23
contain: unset; /* needed for #mx_SpotlightDialog_keyboardPrompt to not be culled */
24
0 commit comments