From 0533965c86efa4f8eede63d50db5b51b7ad936ff Mon Sep 17 00:00:00 2001 From: emanuel <76693837+emsquid@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:53:50 +0100 Subject: [PATCH] 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 --- src/scss/style/bar/audio.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scss/style/bar/audio.scss b/src/scss/style/bar/audio.scss index 735a04e..27efee3 100644 --- a/src/scss/style/bar/audio.scss +++ b/src/scss/style/bar/audio.scss @@ -5,7 +5,6 @@ .bar-button-label.volume { color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-volume-text); - min-width: 2.2em; margin-left: $bar-buttons-volume-spacing; }