mirror of https://github.com/calzoneman/sync.git
Fix fullscreen CSS for webkit browsers
This commit is contained in:
parent
4100dfbc04
commit
7e75611e7f
|
@ -625,3 +625,9 @@ table td {
|
|||
#leftcontrols .btn {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#videowrap .embed-responsive:-webkit-full-screen { width: 100%; }
|
||||
#videowrap .embed-responsive:-moz-full-screen { width: 100%; }
|
||||
#videowrap .embed-responsive:-ms-full-screen { width: 100%; }
|
||||
#videowrap .embed-responsive:-o-full-screen { width: 100%; }
|
||||
#videowrap .embed-responsive:full-screen { width: 100%; }
|
||||
|
|
Loading…
Reference in New Issue