Skip to content

Commit 9928750

Browse files
committed
fix css conflict
1 parent c62083e commit 9928750

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

dist/APlayer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aplayer",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "Wow, such a beautiful html5 music player",
55
"main": "APlayer.js",
66
"scripts": {

src/APlayer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height;
4444
border-radius: 2px;
4545
overflow: hidden;
4646
user-select: none;
47+
line-height: initial;
4748

4849
[class^="aplayer-icon-"]:before, [class*=" aplayer-icon-"]:before {
4950
font-family: "aplayer-fontello";

0 commit comments

Comments
 (0)