Actualiser css/admin.css
This commit is contained in:
@@ -244,4 +244,16 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background)
|
|||||||
padding: 1.5rem 1rem;
|
padding: 1.5rem 1rem;
|
||||||
}
|
}
|
||||||
.tbl-actions { justify-content: flex-start; }
|
.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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user