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

@@ -25,16 +25,6 @@
button {
margin-right: 0.5em;
&.search {
@keyframes spin {
to { -gtk-icon-transform: rotate(1turn); }
}
image.spinning {
animation-name: spin;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
image {
color: $text;
}

View File

@@ -94,13 +94,13 @@ tooltip label {
background: $crust;
border: .13em solid $surface0;
border-radius: .7rem;
min-width: 400px;
min-width: 275px;
color: $text;
}
.menu-items-container {
border-radius: 0.4em;
min-width: 400px;
min-width: 275px;
}
.menu-section-container {
@@ -252,3 +252,14 @@ tooltip label {
min-height: 0em;
margin-top: 2.8em;
}
@keyframes spin {
to { -gtk-icon-transform: rotate(1turn); }
}
image.spinning {
animation-name: spin;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}

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;