file-show: wider audio player, for easier seeking
Massimo Melina committed
Jan 2, 2024 at 18:51 UTC
9a03b22357b94b334ef1aacf42b6dad453532cc5
1 file changed
+1
frontend/src/index.scss
+1
@@ -626,6 +626,7 @@ button label {
626
max-width: calc(100% - var(--nav-size)*2); // avoid overlapping of controls and nav buttons
627
max-height: 100%;
628
}
629
+ audio.showing { min-width: 60%; }
630
audio.showing, // even on mobile, we need the whole thing to control it decently, and nav-s don't seem to be a problem
631
img.showing { max-width: 100% } // we are ok with overlapping for simple images
632
.main {