Fix network list flickering on refresh

This commit is contained in:
Jas Singh
2024-06-29 18:43:59 -07:00
parent da5d297b60
commit 47b3f1c74e
9 changed files with 29 additions and 495 deletions

View File

@@ -1,6 +1,7 @@
@import "../colors";
.menu-items-container.network {
font-size: 1.3em;
.menu-items-section {
padding-bottom: 1.5em;
}
@@ -8,9 +9,16 @@
color: $mauve;
}
.network-ethernet-icon {
.network-icon {
font-size: 1.3em;
color: $mauve;
min-width: 1em;
min-height: 1em;
color: $overlay1;
&.active {
color: $mauve;
}
}
.connection-container {
@@ -21,7 +29,7 @@
}
.menu-section-container.wifi {
.menu-items-section {
min-height: 5em;
min-height: 3em;
}
}