Set fixed column count
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user