@samitouri / QOSami-HFS / commits / 04e66e96

fix: show: nav-buttons misaligned on some devices

Massimo Melina committed May 16, 2026 at 23:52 UTC 04e66e961c8649765771f4e2e86d9329798af2c5
1 file changed +1 -1
frontend/src/index.scss
+1 -1
@@ -852,6 +852,7 @@ form label+input { margin-top: .2em; }
852 position: absolute;
853 width: .5em; // closer to the edge
854 font-size: var(--nav-size);
855 + height: 1em; line-height: 1em; // ensure same height on android
856 cursor: pointer;
857 opacity: .3;
858 -webkit-text-stroke: 2px black;
@@ -959,6 +960,5 @@ form label+input { margin-top: .2em; }
960 }
961
962 @media (pointer: coarse) {
962 - .file-show .nav { height: 1.6em; } // correct centering on android
963 #root>.tiles-mode .file-menu-button { font-size: 1em; margin-top: 0.3em; } // easier to tap
964 }