Fix: Selection counter text size was abnormally large
This commit is contained in:
parent
f267a2283b
commit
ea43fba960
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue