diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index 5820058..709aec9 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -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;