Fixed issues with IA utils, continued work on playlist mgmt UI
This commit is contained in:
parent
3da88aea2a
commit
f4db10fbc3
7 changed files with 142 additions and 56 deletions
|
|
@ -164,10 +164,7 @@ div.dragging-queue-entry{
|
|||
|
||||
.queue-playlist-span{
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.queue-playlist-div{
|
||||
padding: 0 0.15em;
|
||||
padding: 0 0.2em;
|
||||
margin: 0 0.15em;
|
||||
}
|
||||
|
||||
|
|
@ -182,10 +179,27 @@ div.dragging-queue-entry{
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.queue-playlist-title-span{
|
||||
text-wrap: nowrap;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.queue-playlist-count{
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.queue-playlist-media-container-div{
|
||||
resize: vertical;
|
||||
overflow: scroll;
|
||||
height: 5em;
|
||||
}
|
||||
|
||||
.queue-playlist-media-container-div p{
|
||||
margin: 0;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#queue-create-playlist-popup-div{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue