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