static: add some space between order controls and xfade controls
This commit is contained in:
parent
85e0f9fb42
commit
d48d8cb5e1
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue