CC-1976: Auto-expand the playlist box as the list grows
Fixing issue introduced by my last commit, which made the click and drop area very small. Also removed the wasted space at the bottom of the click and drop area.
This commit is contained in:
parent
a317d3904b
commit
36c36d2a97
|
@ -2,6 +2,7 @@
|
|||
width: 40%;
|
||||
min-height: 475px;
|
||||
padding: 8px;
|
||||
padding-bottom: 0px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
@ -39,8 +40,11 @@
|
|||
#spl_sortable {
|
||||
list-style: none;
|
||||
padding:0;
|
||||
padding-bottom:50px;
|
||||
width:100%;
|
||||
min-height: 320px;
|
||||
margin-top:0;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#side_playlist li {
|
||||
|
|
Loading…
Reference in New Issue