@samitouri / QOSami-HFS / commits / a3ff114c

fix: chrome69 small navigation buttons in file-show

Massimo Melina committed May 30, 2024 at 11:34 UTC a3ff114ca0d60b4305da5c1554c59f9eb115dadd
1 file changed +4 -1
frontend/src/index.scss
+4 -1
@@ -721,7 +721,10 @@ button .icon + .label {
721 .fullWidth {
722 .showing-container, .showing { width: 100%; }
723 }
724 - --nav-size: min(25vh, 25vw);
724 + --nav-size: 25vh;
725 + @supports (width: min(1px,2px)) {
726 + --nav-size: min(25vh, 25vw);
727 + }
728 .nav {
729 position: absolute;
730 width: .5em; // closer to the edge