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:
9
frontend/src/css/audio-file-view.css
Normal file
9
frontend/src/css/audio-file-view.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user