Skip to content

Commit

Permalink
SMTP GUI: Auto-switch to column view on small / half screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger committed Jul 2, 2024
1 parent 8817074 commit 58bd796
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/smtp/gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
.subject-hdr { width: 100%; }
pre { background-color: #eee; padding: 10px; box-sizing: border-box; width: 100%; overflow-x: auto; }
main > h4:first-of-type { padding-top: 0; margin-top: 0; }

@media screen and (max-width: 1900px) {
.container { flex-direction: column; }
}
</style>

</head>
Expand Down

0 comments on commit 58bd796

Please sign in to comment.