Skip to content

Commit

Permalink
fix empty setting box
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jun 13, 2018
1 parent 44a1058 commit 5b9a7f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
.dplayer-setting-loop {
display: none;
}

&.dplayer-no-danmaku {
.dplayer-setting {
display: none;
}
}
}

&.dplayer-arrow {
Expand Down

0 comments on commit 5b9a7f1

Please sign in to comment.