mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added add song to other list from one list button in the controls bar
This commit is contained in:
@@ -2610,6 +2610,8 @@ nav ul li:hover, nav ul li.active {
|
||||
line-height: 31px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.ui-slider-vertical {
|
||||
width: .8em;
|
||||
height: 100px;
|
||||
@@ -2842,7 +2844,7 @@ nav ul li:hover, nav ul li.active {
|
||||
width: 100vw !important;
|
||||
}
|
||||
|
||||
#seekToDuration{
|
||||
#seekToDuration, #addToListInput{
|
||||
position: absolute;
|
||||
background: #2d2d2d;
|
||||
color:white;
|
||||
@@ -2858,6 +2860,23 @@ nav ul li:hover, nav ul li.active {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#addToListInput {
|
||||
top: -105px;
|
||||
right: 10px;
|
||||
z-index: 999999;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
#addToListInput .input-field {
|
||||
margin-right: 25px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#addToListInput .input-field input {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.ewresize{
|
||||
cursor: ew-resize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user