audio-player: fix compact-mode rendering glitch on narrow screens

This commit is contained in:
ed 2024-10-04 18:15:18 +00:00
parent 9804f25de3
commit a99a3bc6d7

View file

@ -1362,6 +1362,7 @@ html.y #widget.open {
}
#widget.cmp #barpos,
#widget.cmp #barbuf {
height: 1.6em;
width: calc(100% - 11em);
border-radius: 0;
left: 5em;