1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

[audio file view] fixup & improvements for inner/history/trash/shared file view (#7940)

This commit is contained in:
llj
2025-06-17 18:16:16 +08:00
committed by GitHub
parent 96a6f60e2a
commit 2b9fe4acc8
4 changed files with 16 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
.audio-file-view .video-js {
display: block; /* for the current video.js(v8.22.0) */
width: calc(100% - 40px);
max-width: 500px;
height: 3em;

View File

@@ -110,7 +110,7 @@ body {
font-size: .8125rem;
}
.file-view-content {
.file-view-body .file-view-content {
padding: 30px 0;
background: #f4f4f4;
border-right: 4px solid transparent;