Clean up UI for small screens

This commit is contained in:
2024-03-15 13:58:27 +01:00
parent 6376e67cd7
commit 13c5889a56
5 changed files with 54 additions and 39 deletions

View File

@@ -236,7 +236,7 @@ const update_css = path => document.documentElement.style = branding_from_path(p
/* This max-width needs to be synced with the .toolbar max-width in
Toolbar.svelte and the .label max-width in FileStats.svelte */
@media (max-width: 700px) {
@media (max-width: 800px) {
.viewer_area {
flex-direction: column-reverse;
}