Replace Widget.Icon with Label to fix stuttering icons.

This commit is contained in:
Jas Singh
2024-07-13 22:09:14 -07:00
parent 3c2abcc9ae
commit 58f6e02b8d
9 changed files with 69 additions and 20 deletions

View File

@@ -32,7 +32,7 @@
}
.menu-switch {
font-size: 1.3rem;
font-size: 1.3em;
background-color: $surface0;
border-radius: 0.2em;
@@ -221,7 +221,7 @@ tooltip label {
.menu-button-name {
font-size: 0.95em;
font-weight: bold;
margin-left: 1rem;
margin-left: 0.5em;
margin-right: 1.2rem;
}