Added random and individual queuing from playlists.
This commit is contained in:
parent
e61d9deb52
commit
e629c63b2c
6 changed files with 244 additions and 57 deletions
|
|
@ -160,6 +160,7 @@ div.dragging-queue-entry{
|
|||
flex-direction: row;
|
||||
align-items: baseline;
|
||||
text-wrap: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.queue-playlist-span{
|
||||
|
|
@ -234,8 +235,6 @@ div.dragging-queue-entry{
|
|||
padding: 0 0.15em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.queue-playlist-add-url-button i.bi-link-45deg{
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
|
@ -251,9 +250,16 @@ div.dragging-queue-entry{
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
.queue-playlist-media-delete-icon{
|
||||
.queue-playlist-media-title{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.queue-playlist-media-control-span{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 0.8em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue