1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00
Files
seahub/frontend/src/css/audio-file-view.css

11 lines
185 B
CSS
Raw Normal View History

.audio-file-view .video-js {
2024-08-29 16:41:16 +08:00
width: calc(100% - 40px);
max-width: 500px;
height: 3em;
margin: 0 auto;
}
2024-08-29 16:41:16 +08:00
.audio-file-view .video-js .vjs-fullscreen-control {
2024-08-29 16:41:16 +08:00
display: none;
}