ux: force buttons to be large enough to tap on small screens
Massimo Melina committed
Sep 2, 2025 at 17:26 UTC
9c07d48cf812e05d57a614e1209aa40090578da1
1 file changed
+1
frontend/src/index.scss
+1
@@ -845,6 +845,7 @@ form label+input { margin-top: .2em; }
845
@media (max-width: 42em) {
846
:root { --ghost-contrast: #8883; } /* phones have different curve */
847
body, button, select { font-size: 14pt; }
848
+ button:not(:hidden) { min-width: 2em; } // easy on the finger
849
#menu-bar, #filter-bar, #clipBar {
850
button .icon + .label { display: none } /* icons only */
851
}