Fixed issues with IA utils, continued work on playlist mgmt UI

This commit is contained in:
rainbow napkin 2025-04-01 08:47:34 -04:00
parent 3da88aea2a
commit f4db10fbc3
7 changed files with 142 additions and 56 deletions

View file

@ -546,7 +546,13 @@ div.archived p{
border-block: var(--accent1) solid 1px;
}
.not-first-queue-playlist-div{
.queue-playlist-media-container-div{
background-color: var(--bg1-alt0);
border-block: var(--accent1) solid 1px;
}
.queue-playlist-span.not-first{
border-top: var(--bg1-alt0) solid 1px;
}