commit 7d06b7602349e63a21064ed41bf83f26a7891c1f
parent 4e5c14c1e4d7231a2868226d03cf83e73636d90c
Author: Hunter
Date:   Wed, 29 Apr 2026 15:10:44 -0400

keep progress bar height fixed on vertical resize

Diffstat:
Mresources/styles.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/resources/styles.css b/resources/styles.css @@ -241,6 +241,7 @@ body.reordering .playlist-item { background-color: var(--background); z-index: 2; position: relative; + flex-shrink: 0; } .current-track span { @@ -273,6 +274,7 @@ body.reordering .playlist-item { position: relative; background-color: var(--background); z-index: 2; + flex-shrink: 0; } .progress-container::before {