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

@@ -40,7 +40,7 @@
}
.bluetooth-element-item {
margin-bottom: 0.7em;
margin-bottom: 0.4em;
&:hover {
color: $sky;
}
@@ -60,9 +60,17 @@
font-size: 1em;
}
.menu-button-icon {
font-size: 1.5em;
&.active {
color: $sky;
}
}
.connection-status {
font-size: 0.9em;
margin-left: 1rem;
margin-left: 0.6rem;
}
}

View File

@@ -1,8 +1,8 @@
@import "../colors";
.menu-items-container.media {
min-width: 36.5em;
min-height: 18em;
min-width: 30.5em;
min-height: 15em;
.menu-section-container {
margin: 1em 0em;

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;
}