mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 06:52:19 +00:00
Enable playlist visualizer
This commit is contained in:
parent
54a267efbd
commit
fe6289b890
3 changed files with 35 additions and 41 deletions
|
|
@ -234,11 +234,6 @@
|
|||
height: 100%;
|
||||
position: absolute;
|
||||
right: 150px;
|
||||
display: none; /* Only show if the window is wide enough */
|
||||
}
|
||||
|
||||
#webamp #playlist-window.wide .playlist-visualizer {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#webamp #playlist-window .mini-time {
|
||||
|
|
@ -321,9 +316,10 @@
|
|||
right: 30px;
|
||||
}
|
||||
|
||||
#webamp #playlist-window #visualizer {
|
||||
#webamp #playlist-window .visualizer-wrapper {
|
||||
position: absolute;
|
||||
/* TODO: These numbers are not quite right */
|
||||
top: 10px;
|
||||
left: 5px;
|
||||
top: 12px;
|
||||
left: 2px;
|
||||
width: 72px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue