Continued work on playlist management UI

This commit is contained in:
rainbow napkin 2025-03-31 08:35:30 -04:00
parent 1723e8ebd0
commit 3da88aea2a
3 changed files with 80 additions and 68 deletions

View file

@ -101,6 +101,7 @@ div.queue-entry{
display: flex;
justify-content: center;
align-items: center;
user-select: none;
}
div.queue-entry p{

View file

@ -414,6 +414,7 @@ select.panel-head-element{
color: var(--accent1);
box-shadow: 3px 3px 1px var(--bg1-alt0) inset;
border-radius: 1em;
border: var(--accent1) solid 1px;
}
#delete-account-popup-title, #delete-channel-popup-title{