Finished up with Playlist Managment UI.

This commit is contained in:
rainbow napkin 2025-04-04 08:18:20 -04:00
parent c8c59feb7f
commit f21b66fae0
7 changed files with 180 additions and 42 deletions

View file

@ -297,13 +297,17 @@ span.user-entry{
margin: 0;
left: 1em;
top: 0.6em;
pointer-events: none;
}
#chat-panel-prompt-autocomplete-filler{
visibility: hidden;
user-select: none;
cursor: auto;
pointer-events: none;
}
#chat-panel-prompt-autocomplete-display{
pointer-events: all;
}
.toke{

View file

@ -185,6 +185,11 @@ div.dragging-queue-entry{
flex-direction: row;
}
/* Pass these up to the span to prevent moar dot-drawling */
.queue-playlist-title-span p, .queue-playlist-title-span i{
pointer-events: none;
}
.queue-playlist-count{
font-size: 0.8em;
}
@ -242,7 +247,15 @@ div.dragging-queue-entry{
width: 0.5em;
}
.queue-playlist-media-div{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.queue-playlist-media-delete-icon{
height: 0.8em;
}
/* date */
#queue-control-date{

View file

@ -560,17 +560,16 @@ div.archived p{
color: var(--accent1-alt0);
}
.queue-playlist-control:not(.danger-button):not(:hover).queue-playlist-control:not(.positive-button):not(:hover){
.queue-playlist-control:not(.danger-text, .positive-button, .danger-button, :hover){
background-color: var(--bg1-alt0);
color: var(--accent1);
}
.queue-playlist-media-div.not-first{
border-top: var(--bg1) solid 1px;
}
.queue-playlist-control:not(.queue-playlist-queue-random-button){
.queue-playlist-control.not-first{
border-left: var(--accent1-alt0) solid 1px;
}