fix: tighten mail layout responsiveness

This commit is contained in:
zxyszx
2026-08-02 10:03:34 +08:00
parent 83ca0dd7d7
commit 68bcce8091
2 changed files with 97 additions and 78 deletions
+5 -1
View File
@@ -44,7 +44,11 @@
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
font-size: 13px;
}
html, body, #root { min-height: 100%; }
html, body, #root {
min-height: 100%;
min-width: 0;
width: 100%;
}
html.dark { color-scheme: dark; }
.dark {