fix: match seek mail list width

This commit is contained in:
zxyszx
2026-08-02 12:34:44 +08:00
parent c7be61d3f0
commit 39f783d3b0
+3 -3
View File
@@ -90,7 +90,7 @@
.mail-content-grid { .mail-content-grid {
display: grid; display: grid;
grid-template-columns: 528px minmax(0, 1fr); grid-template-columns: 384px minmax(0, 1fr);
} }
.mail-list-pane, .mail-list-pane,
@@ -101,8 +101,8 @@
.mail-list-pane { .mail-list-pane {
border-right: 1px solid hsl(var(--border)); border-right: 1px solid hsl(var(--border));
width: 528px; width: 384px;
max-width: 528px; max-width: 384px;
} }
@media (max-width: 767px) { @media (max-width: 767px) {