@samitouri / QOSami-HFS / commits / bd1badfa

fix: removed non-working style rule

Massimo Melina committed Oct 19, 2025 at 15:56 UTC bd1badfa35c2a6b39f8c87e7085af5e51a68ee3d
1 file changed -1
frontend/src/index.scss
-1
@@ -848,7 +848,6 @@ form label+input { margin-top: .2em; }
848 @media (max-width: 42em) {
849 :root { --ghost-contrast: #8883; } /* phones have different curve */
850 body, button, select { font-size: 14pt; }
851 - button:not(:hidden) { min-width: 2em; } // easy on the finger
851 #menu-bar, #filter-bar, #clipBar {
852 button .icon + .label { display: none } /* icons only */
853 }