Rende il CRM comodo da usare anche da cellulare.
CI / scan_ruby (push) Failing after 11m43s
CI / scan_js (push) Successful in 11m18s
CI / lint (push) Failing after 11m56s

Aggiunge navigazione mobile dedicata e trasforma le principali liste operative in layout più leggibili e facili da toccare.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 10:55:50 +02:00
co-authored by Cursor
parent d98c3e87a8
commit 0e8730b889
24 changed files with 683 additions and 295 deletions
+18
View File
@@ -89,6 +89,24 @@ html.dark .kanban-board::-webkit-scrollbar-thumb:hover {
html {
color-scheme: light;
-webkit-text-size-adjust: 100%;
}
body {
overflow-x: hidden;
}
.break-anywhere {
overflow-wrap: anywhere;
word-break: break-word;
}
@media (max-width: 767px) {
.btn-primary,
.btn-secondary,
.btn-danger {
min-height: 2.75rem;
}
}
html.dark {