static: add some space between order controls and xfade controls

This commit is contained in:
coon 2023-12-05 03:01:33 +01:00
parent 85e0f9fb42
commit d48d8cb5e1

View file

@ -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%); 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; border-right: 1px solid black;
} }
@ -183,6 +183,7 @@ table tr:hover td {
#queue-controls { #queue-controls {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between;
} }
#queue-xfade-control { #queue-xfade-control {