Queue is now implemented into main window, active drawers will now change the icons on the chrome
This commit is contained in:
parent
36019b518d
commit
459175ef1b
5 changed files with 84 additions and 29 deletions
|
@ -1319,11 +1319,6 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.queue-body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.search-body {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
@ -1861,6 +1856,31 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
}
|
||||
}
|
||||
|
||||
.queue-panel {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
||||
.queue-header-text {
|
||||
margin: 18px 6px;
|
||||
}
|
||||
|
||||
.queue-body {
|
||||
overflow: overlay;
|
||||
height: 100%;
|
||||
}
|
||||
.autoplay {
|
||||
background: rgb(200 200 200 / 15%);
|
||||
appearance: none;
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
font-weight: 500;
|
||||
font-family: inherit;
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
/* queue item */
|
||||
.cd-queue-item {
|
||||
border-bottom: 1px solid rgb(200 200 200 / 10%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue