chore(scss): remove min-width on volume button (#676)

It's awkward to have a min-width on volume percentage and not on battery, it looks more natural when fitting the content so I removed the min-width

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
emanuel
2025-01-03 07:53:50 +01:00
committed by GitHub
parent 6efcd60467
commit 0533965c86

View File

@@ -5,7 +5,6 @@
.bar-button-label.volume { .bar-button-label.volume {
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-volume-text); color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-volume-text);
min-width: 2.2em;
margin-left: $bar-buttons-volume-spacing; margin-left: $bar-buttons-volume-spacing;
} }