bar: show bluetooth battery

This commit is contained in:
end-4
2024-03-08 22:32:55 +07:00
parent 1f6b7b42d5
commit 7f3bf94421
2 changed files with 40 additions and 1 deletions
+11
View File
@@ -350,4 +350,15 @@ $bar_subgroup_bg: $surfaceVariant;
.bar-util-btn:active {
background-color: mix($bar_subgroup_bg, $onSurfaceVariant, 80%);
}
.bar-bluetooth-device {
@include full-rounding;
@include element_decel;
min-height: 1.032rem;
min-width: 1.032rem;
font-size: 1.032rem;
background-color: $surface;
color: $onSurface;
padding: 0.205rem 0.341rem;
}