Added autozoom fix.

This commit is contained in:
Pen Anderson 2026-03-11 10:22:54 -05:00
parent 374316944e
commit 6d4c49a223

View file

@ -243,6 +243,7 @@ tr:hover td { background: rgba(255,255,255,0.02); }
td { display: inline; padding: 0; border: none; } td { display: inline; padding: 0; border: none; }
td:empty { display: none; } td:empty { display: none; }
/* Forms */ /* Forms — 16px prevents iOS auto-zoom on focus */
input, select, textarea { font-size: 16px; }
.form-grid { grid-template-columns: 1fr !important; } .form-grid { grid-template-columns: 1fr !important; }
} }