@samitouri / QOSami-HFS / commits / e38f2b14

fix: file-show: audio player too small on mobile portrait

Massimo Melina committed Jan 1, 2024 at 21:19 UTC e38f2b147cfef60ad57eaa983041d8ad68046686
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, // even on mobile, we need the whole thing to control it decently, and nav-s don't seem to be a problem
630 img.showing { max-width: 100% } // we are ok with overlapping for simple images
631 .main {
632 flex: 1; position: relative; max-height: 100%;