Skip to content

Commit

Permalink
修復詭異 overflow #被 MDUI 雷...
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Jul 26, 2018
1 parent 3995d29 commit 751bf8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
body {
max-width: 100vw;
overflow-x: hidden;
}

header.mdui-appbar.mdui-appbar-fixed {
z-index: 5001;
}
Expand Down Expand Up @@ -223,6 +218,10 @@ header.mdui-appbar.mdui-appbar-fixed {
object-fit: cover;
}

.mdui-slider input[type="range"] {
left: 0
}

@media screen and (min-width: 510px) {
[data-player] {
margin-top: 32px;
Expand Down Expand Up @@ -285,9 +284,6 @@ header.mdui-appbar.mdui-appbar-fixed {
[data-player]>.mdui-card {
--main-size: 300px;
}
.mdui-slider input[type="range"] {
left: 0
}
}

[data-player]>.info>[data-lrc] {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"pug": "^2.0.3",
"request": "^2.87.0"
}
}
}

0 comments on commit 751bf8d

Please sign in to comment.