mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
7 lines
125 B
CSS
7 lines
125 B
CSS
.video-file-view .video-js {
|
|
width: calc(100% - 40px);
|
|
max-width: 800px;
|
|
max-height: 100%;
|
|
margin: 0 auto;
|
|
}
|