mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 13:50:07 +00:00
10 lines
160 B
CSS
10 lines
160 B
CSS
.video-js {
|
|
width: calc(100% - 40px);
|
|
max-width: 500px;
|
|
height: 3em;
|
|
margin: 0 auto;
|
|
}
|
|
.video-js .vjs-fullscreen-control {
|
|
display: none;
|
|
}
|