static: move #queue definition up

This commit is contained in:
coon 2023-12-05 03:02:12 +01:00
parent d48d8cb5e1
commit 3889391f1b

View file

@ -93,6 +93,13 @@ td {
text-align: left;
}
#queue {
display: flex;
flex-direction: column;
flex-grow: 1;
border-bottom: 4px ridge #3a506b;
}
#queue-table tr td:first-of-type {
padding-left: 16px;
}
@ -225,13 +232,6 @@ table tr:hover td {
width: 20px;
}
#queue {
display: flex;
flex-direction: column;
flex-grow: 1;
border-bottom: 4px ridge #3a506b;
}
#controls_bottom {
display: flex;
flex-direction: row;