1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

[view history/snapshot/trash file] rewrote them with react

This commit is contained in:
llj
2019-06-25 15:47:43 +08:00
parent c958c1c642
commit 0868add020
22 changed files with 451 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
.video-js {
.audio-file-view .video-js {
width: calc(100% - 40px);
max-width: 500px;
height: 3em;
margin: 0 auto;
}
.video-js .vjs-fullscreen-control {
.audio-file-view .video-js .vjs-fullscreen-control {
display: none;
}