playlist folders can now be opened

added sidebar-playlist component
This commit is contained in:
booploops 2022-01-03 00:35:06 -08:00
parent 9a75e9899a
commit 1b5474a81e
4 changed files with 101 additions and 8 deletions

View file

@ -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;