fix: tighten unread states and mail width

This commit is contained in:
zxyszx
2026-08-02 11:42:21 +08:00
parent 50d7c091bf
commit e9806b4a2a
2 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
border-right: 1px solid hsl(var(--border));
}
@media (max-width: 1179px) {
@media (max-width: 979px) {
.mail-content-grid {
grid-template-columns: minmax(0, 1fr);
}