fix video + audio preview

This commit is contained in:
schlagmichdoch 2023-01-21 18:20:42 +01:00
parent c0c2715f56
commit fb306b6c94
2 changed files with 8 additions and 6 deletions

View file

@ -899,6 +899,10 @@ x-dialog x-paper {
margin: 10px -24px 40px -24px;
}
.file-preview:empty {
display: none;
}
.element-preview {
max-width: 100%;
max-height: 40vh;