Remove shuffle button, because the toolbar is too full

This commit is contained in:
2024-04-11 13:59:44 +02:00
parent 605dc29e69
commit f8a97d2183
5 changed files with 32 additions and 54 deletions

View File

@@ -166,7 +166,7 @@ Toolbar.svelte and the .label max-width in FileStats.svelte */
@media (max-width: 800px) {
.toolbar {
overflow-y: hidden;
max-height: 2.5em;
max-height: 2.2em;
}
.toolbar.expanded {
overflow-y: scroll;