Skip to content

Commit 46f497c

Browse files
committed
fix: spotlight fitting
1 parent a549e1d commit 46f497c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

res/css/views/dialogs/_SpotlightDialog.pcss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ Please see LICENSE files in the repository root for full details.
1313
}
1414

1515
.mx_Dialog {
16-
width: fit-content;
17-
border-radius: 8px;
16+
/* !important because it's overriding compound */
17+
width: fit-content !important;
18+
border-radius: 8px !important;
19+
height: 60% !important;
1820
overflow-y: initial;
1921
position: relative;
20-
height: 60%;
2122
padding: 0;
2223
contain: unset; /* needed for #mx_SpotlightDialog_keyboardPrompt to not be culled */
2324

0 commit comments

Comments
 (0)