mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
rewrote inner & shared 'video file view' with react (#3017)
* rewrote inner & shared 'video file view' with react * modification
This commit is contained in:
8
frontend/src/css/video-file-view.css
Normal file
8
frontend/src/css/video-file-view.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.video-file-view {
|
||||
overflow: auto;
|
||||
}
|
||||
.video-js {
|
||||
width: calc(100% - 40px);
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
Reference in New Issue
Block a user