1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00
Files
seahub/frontend/src/css/audio-file-view.css

10 lines
194 B
CSS
Raw Normal View History

.audio-file-view .video-js {
width: calc(100% - 40px);
max-width: 500px;
2019-03-20 10:22:00 +08:00
height: 3em;
margin: 0 auto;
}
.audio-file-view .video-js .vjs-fullscreen-control {
display: none;
}