1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00
Files
seahub/frontend/src/css/video-file-view.css

7 lines
125 B
CSS

.video-file-view .video-js {
width: calc(100% - 40px);
max-width: 800px;
max-height: 100%;
margin: 0 auto;
}