fix: tighten mail layout responsiveness
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user