1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

[audio file view] rewrote it with react (#3138)

This commit is contained in:
llj
2019-03-19 17:01:29 +08:00
committed by Daniel Pan
parent 6c592e3ad9
commit df5cd36292
8 changed files with 197 additions and 3 deletions

View File

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