fix wrap text in setting box

This commit is contained in:
DIYgod 2017-09-14 10:57:48 +08:00
parent 6ae60cf43a
commit 1ebd49497c
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "dplayer",
"version": "1.10.0",
"version": "1.10.1",
"description": "Wow, such a lovely HTML5 danmaku video player",
"main": "dist/DPlayer.min.js",
"style": "dist/DPlayer.min.css",

View File

@ -631,6 +631,7 @@
padding: 5px 10px;
box-sizing: border-box;
cursor: pointer;
position: relative;
&:hover {
background-color: rgba(255,255,255,.1);
@ -962,15 +963,18 @@
font-size: 13px;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
}
.dplayer-toggle {
width: 32px;
height: 100%;
height: 20px;
text-align: center;
font-size: 0;
vertical-align: middle;
float: right;
position: absolute;
top: 5px;
right: 10px;
input {
max-height: 0;