Fixed systray icons to have reactive sizing and volume icon to properly change when muted/unmuted.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
.workspaces {
|
||||
label {
|
||||
font-size: 0rem;
|
||||
min-width: 0.9rem;
|
||||
min-height: 0.9rem;
|
||||
min-width: 1rem;
|
||||
min-height: 1rem;
|
||||
border-radius: 1.9rem * .6;
|
||||
margin: 0rem 0.5rem * .5;
|
||||
transition: 300ms * .5;
|
||||
@@ -12,14 +12,14 @@
|
||||
|
||||
&.occupied {
|
||||
background-color: $yellow;
|
||||
min-width: 0.9rem;
|
||||
min-height: 0.9rem;
|
||||
min-width: 1rem;
|
||||
min-height: 1rem;
|
||||
}
|
||||
|
||||
&.active {
|
||||
background-color: $sky;
|
||||
min-width: 2.2rem;
|
||||
min-height: 0.9rem;
|
||||
min-height: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user