Set fixed column count

This commit is contained in:
2025-12-30 17:22:23 +01:00
parent 8df4e1fa53
commit 811b5724d0
2 changed files with 4 additions and 3 deletions

View File

@@ -26,9 +26,8 @@ table {
}
html.column-view .song {
column-width: 15em;
column-gap: 6em;
column-fill: auto;
column-width: auto;
column-count: 2;
max-height: 100vh;
overflow: visible;