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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user