style: align mail with shared WebUI foundations

This commit is contained in:
2026-08-18 21:32:50 +02:00
parent 761dd76b9e
commit c59c67bd18
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -377,7 +377,7 @@
overflow-wrap: anywhere;
}
@media (max-width: 1200px) {
@media (max-width: 1280px) {
.mailbox-layout {
grid-template-columns: 220px minmax(0, 1fr);
}
@@ -598,7 +598,7 @@
padding: 18px;
}
@media (max-width: 1250px) {
@media (max-width: 1280px) {
.mailbox-shell.file-manager-shell {
grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}