Add styling for queue and queue toggle button

This commit is contained in:
2024-02-02 17:19:15 -05:00
parent 1a1b6550a1
commit 33c1b52ba2
4 changed files with 74 additions and 0 deletions

View File

@ -88,4 +88,28 @@
right: 10px;
top: 13px;
}
.queue-toggle {
position: absolute;
bottom: 13px;
top: 13px;
right: 90px;
button {
.controlbtn {
color: $text-controls-color;
}
.controlbtn:hover {
color: $controls-hover-color;
}
.controlbtn:active {
color: $controls-click-color;
}
background-color: transparent;
border: transparent;
}
}
}