diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index 2e75447..5820058 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -136,7 +136,7 @@ table tr:hover td { background: linear-gradient(0deg, rgba(3,7,11,1) 0%, rgba(14,27,43,1) 4%, rgba(41,55,74,1) 6%, rgba(18,35,56,1) 94%, rgba(40,68,104,1) 96%, rgba(168,182,200,1) 100%); } -#controls-top div { +#controls-top > div { border-right: 1px solid black; } @@ -183,6 +183,7 @@ table tr:hover td { #queue-controls { display: flex; flex-direction: row; + justify-content: space-between; } #queue-xfade-control {