Remove toolbar margin on small screens

This commit is contained in:
2025-06-24 01:21:16 +02:00
parent d2ab910fec
commit 793e52dba4

View File

@@ -195,7 +195,7 @@ Toolbar.svelte and the .label max-width in FileStats.svelte */
flex-direction: row;
}
.separator {
margin: 2px 0;
margin: 0;
}
.hidden_vertical {