fix empty line bug
This commit is contained in:
parent
53f44dee83
commit
441355b77f
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "aplayer",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"description": "Wow, such a beautiful html5 music player",
|
||||
"main": "APlayer.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -337,6 +337,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height;
|
|||
font-size: 12px;
|
||||
color: #666;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
transition: all 0.5s ease-out;
|
||||
|
|
|
|||
Loading…
Reference in New Issue