playlist folders can now be opened
added sidebar-playlist component
This commit is contained in:
parent
9a75e9899a
commit
1b5474a81e
4 changed files with 101 additions and 8 deletions
|
@ -1646,6 +1646,17 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
|
||||
/* Cider */
|
||||
|
||||
.sidebar-playlist {
|
||||
.folder-button-active {
|
||||
background: rgb(255 255 255 / 12%);
|
||||
}
|
||||
.folder-body {
|
||||
background: #ffffff0a;
|
||||
border-radius: 10px;
|
||||
padding: 1px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-fullscreen {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue