fix: chrome69 small navigation buttons in file-show
Massimo Melina committed
May 30, 2024 at 11:34 UTC
244372e729ed12b43a75b9fa9f30f31bbd776d09
1 file changed
+4
-1
frontend/src/index.scss
+4
-1
@@ -731,7 +731,10 @@ button .icon + .label {
731
.fullWidth {
732
.showing-container, .showing { width: 100%; }
733
}
734
- --nav-size: min(25vh, 25vw);
734
+ --nav-size: 25vh;
735
+ @supports (width: min(1px,2px)) {
736
+ --nav-size: min(25vh, 25vw);
737
+ }
738
.nav {
739
position: absolute;
740
width: .5em; // closer to the edge