player comment mobile fixes

This commit is contained in:
jamilrehman 2016-07-15 18:01:30 +05:00
parent cc90f97fe2
commit c23b3bf5c7
2 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -429,9 +429,17 @@ $blue-player:#0080b4;
.video-js{
#cb-vjs-comments{
height: 124px;
.cb-vjs-comment-username{
margin: 0 0 2px;
}
.cb-vjs-comment-box{
padding: 0;
.comment{
height: auto;
max-width: 220px;
font-size: 12px;
line-height: 14px;
padding: 3px 5px;
}
}
}