mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
10 lines
194 B
CSS
10 lines
194 B
CSS
.audio-file-view .video-js {
|
|
width: calc(100% - 40px);
|
|
max-width: 500px;
|
|
height: 3em;
|
|
margin: 0 auto;
|
|
}
|
|
.audio-file-view .video-js .vjs-fullscreen-control {
|
|
display: none;
|
|
}
|