Fix box-sizing conflict
This commit is contained in:
parent
f013a39d64
commit
1014ed45cd
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "aplayer",
|
||||
"version": "1.3.8",
|
||||
"version": "1.3.9",
|
||||
"description": "Wow, such a beautiful html5 music player",
|
||||
"main": "dist/APlayer.min.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -46,6 +46,10 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height;
|
|||
user-select: none;
|
||||
line-height: initial;
|
||||
|
||||
* {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
[class^="aplayer-icon-"]:before, [class*=" aplayer-icon-"]:before {
|
||||
font-family: "aplayer-fontello";
|
||||
font-style: normal;
|
||||
|
|
|
|||
Loading…
Reference in New Issue