fix styling for videos

This commit is contained in:
zadam 2023-06-30 16:36:03 +02:00
parent 068684101f
commit f06207207b

View File

@ -65,7 +65,7 @@ const TPL = `
margin: 10px; margin: 10px;
} }
.attachment-detail-wrapper.list-view .attachment-content-wrapper img { .attachment-detail-wrapper.list-view .attachment-content-wrapper img, .attachment-detail-wrapper.list-view .attachment-content-wrapper video {
max-height: 300px; max-height: 300px;
max-width: 90%; max-width: 90%;
object-fit: contain; object-fit: contain;