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 { html.column-view .song {
column-width: 15em; column-width: auto;
column-gap: 6em; column-count: 2;
column-fill: auto;
max-height: 100vh; max-height: 100vh;
overflow: visible; overflow: visible;

View File

@@ -179,6 +179,8 @@ main.song {
height: 100dvh; height: 100dvh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
max-width: 60em;
margin: 0 auto;
iframe { iframe {
flex-grow: 1; flex-grow: 1;