mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 17:02:47 +00:00
10 lines
161 B
CSS
10 lines
161 B
CSS
![]() |
.video-js {
|
||
|
width: calc(100% - 40px);
|
||
|
max-width: 500px;
|
||
|
height: 30px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
.video-js .vjs-fullscreen-control {
|
||
|
display: none;
|
||
|
}
|