Fix network menu to remove duplicate ssids

This commit is contained in:
Jas-SinghFSU
2024-07-06 00:31:42 -07:00
parent ce54b7a6d8
commit e6c00e0532
6 changed files with 76 additions and 23 deletions

View File

@@ -9,6 +9,14 @@
color: $mauve;
}
.menu-icon-button.network {
margin: 1em;
&:hover {
color: $mauve;
}
}
.network-icon {
font-size: 1.3em;
min-width: 1em;