fix: prevent mobile dual-scroll and use full width for mail content

This commit is contained in:
Linus Rath
2026-05-19 14:38:28 +02:00
parent 97ddf935a8
commit 9a92271f6f
3 changed files with 13 additions and 1 deletions
+7
View File
@@ -240,6 +240,13 @@ body {
padding: 1rem 1.25rem;
}
@media (max-width: 640px) {
.email-content-text {
padding-left: 0;
padding-right: 0;
}
}
.email-content-text a {
color: #2563eb;
text-decoration: underline;