Minor fixes to playlist pop-over positions.

Thanks https://twitter.com/luigihann
This commit is contained in:
Jordan Eldredge 2018-01-19 17:01:53 -08:00
parent 857d37d868
commit ba429d250b

View file

@ -155,7 +155,7 @@
#winamp2-js #playlist-add-menu {
position: absolute;
bottom: 12px;
left: 13px;
left: 14px;
width: 22px;
height: 18px;
}
@ -183,7 +183,7 @@
#winamp2-js #playlist-misc-menu {
position: absolute;
bottom: 12px;
left: 102px;
left: 101px;
width: 22px;
height: 18px;
}