Actualiser css/admin.css
This commit is contained in:
+9
-12
@@ -246,18 +246,6 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background)
|
||||
.tbl-actions { justify-content: flex-start; }
|
||||
}
|
||||
|
||||
/* Forcer 16px min sur mobile pour éviter le zoom iOS */
|
||||
@media (max-width: 768px) {
|
||||
.pub-search-box input,
|
||||
.pub-streaming-select,
|
||||
.form-group input,
|
||||
.form-group textarea,
|
||||
.form-group select,
|
||||
#ean-input {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
/* Agrandir les boutons du tableau pour le tactile */
|
||||
.tbl-actions button {
|
||||
@@ -281,4 +269,13 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background)
|
||||
word-break: break-word; /* Permet de couper les mots trop longs si nécessaire */
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.pub-search-box input,
|
||||
.pub-streaming-select,
|
||||
.form-group input,
|
||||
.form-group textarea,
|
||||
.form-group select,
|
||||
#ean-input {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user