Fix box-sizing conflict

This commit is contained in:
DIYgod 2016-03-28 00:28:17 +08:00
parent f013a39d64
commit 1014ed45cd
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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": {

View File

@ -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;