lrc overflow
This commit is contained in:
parent
441355b77f
commit
e08cb961ad
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "aplayer",
|
||||
"version": "1.2.6",
|
||||
"version": "1.2.7",
|
||||
"description": "Wow, such a beautiful html5 music player",
|
||||
"main": "APlayer.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -342,6 +342,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height;
|
|||
margin: 0;
|
||||
transition: all 0.5s ease-out;
|
||||
opacity: 0.4;
|
||||
overflow: hidden;
|
||||
|
||||
&.aplayer-lrc-current {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue