Finished up with Playlist Managment UI.
This commit is contained in:
parent
c8c59feb7f
commit
f21b66fae0
7 changed files with 180 additions and 42 deletions
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue