From 3889391f1bc8ebff12225eb6207fbd3bb43ddede Mon Sep 17 00:00:00 2001 From: coon Date: Tue, 5 Dec 2023 03:02:12 +0100 Subject: [PATCH] static: move #queue definition up --- static/flexbox/sanic.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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;