@samitouri / QOSami-HFS / commits / 7439251e

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

Massimo Melina committed Jan 1, 2024 at 21:19 UTC 7439251e68938a154c9304acacb87486458a4755
1 file changed +1
frontend/src/index.scss
+1
@@ -617,6 +617,7 @@ button label {
617 max-width: calc(100% - var(--nav-size)*2); // avoid overlapping of controls and nav buttons
618 max-height: 100%;
619 }
620 + audio.showing, // even on mobile, we need the whole thing to control it decently, and nav-s don't seem to be a problem
621 img.showing { max-width: 100% } // we are ok with overlapping for simple images
622 .main {
623 flex: 1; position: relative; max-height: 100%;