eww: better user experience with volume menu and control center

This commit is contained in:
retrozinndev
2024-12-24 12:54:47 -03:00
parent f30076a2a5
commit ed4d37e5dc
10 changed files with 39 additions and 16 deletions
+18 -3
View File
@@ -136,11 +136,14 @@ box.cc {
& > box {
background: darken($color: $color2, $amount: 15);
}
&:checked > box {
background: $color3;
}
}
&:checked {
& > box {
background: darken($color: $color3, $amount: 12);
background: darken($color: $color3, $amount: 5);
}
}
@@ -155,14 +158,26 @@ box.cc {
margin-left: -16px; // This covers the checkbox space, hiding the check thing
.icon {
font-size: 14px;
font-size: 15px;
padding-right: 5px;
}
.label {
font-size: 12px;
font-size: 12.6px;
font-weight: 600;
}
}
}
& .network {
.icon {
margin-right: 5px;
}
}
& .dnd {
.icon {
margin-right: 4px;
}
}
}