Fix: Selection counter text size was abnormally large

This commit is contained in:
lscambo13
2024-12-05 12:06:43 -08:00
parent f267a2283b
commit ea43fba960

View File

@@ -464,6 +464,10 @@ html {
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
} }
.selectionCommandsPanel>h1 {
font-size: large;
}
.itemSelectionPanel { .itemSelectionPanel {
border: unset; border: unset;
background-color: transparent; background-color: transparent;