mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 20:40:39 +00:00
Minor fixes to playlist pop-over positions.
Thanks https://twitter.com/luigihann
This commit is contained in:
parent
857d37d868
commit
ba429d250b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue