static: move #queue definition up
This commit is contained in:
parent
d48d8cb5e1
commit
3889391f1b
|
@ -93,6 +93,13 @@ td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#queue {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-grow: 1;
|
||||||
|
border-bottom: 4px ridge #3a506b;
|
||||||
|
}
|
||||||
|
|
||||||
#queue-table tr td:first-of-type {
|
#queue-table tr td:first-of-type {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
|
@ -225,13 +232,6 @@ table tr:hover td {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#queue {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
flex-grow: 1;
|
|
||||||
border-bottom: 4px ridge #3a506b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#controls_bottom {
|
#controls_bottom {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in a new issue