Fix number of characters displayed in the marquee

Fixes #543
This commit is contained in:
Jordan Eldredge 2018-04-14 12:31:12 -07:00
parent 67a5b7cc47
commit 1167c8526d

View file

@ -174,11 +174,11 @@
position: absolute;
left: 111px;
top: 24px;
width: 152px;
width: 155px;
height: 6px;
overflow: hidden;
display: block;
padding: 3px 1px; /* Ensure the target is correct for the cursor */
padding: 3px 0px; /* Ensure the target is correct for the cursor */
}
#webamp .media-info #kbps {