set height for object preview

This commit is contained in:
Kieran 2022-03-03 22:22:04 +00:00
parent ac47edc52d
commit 99207c4514
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -5,6 +5,9 @@
.preview img, .preview video, .preview object {
width: 100%;
}
.preview object {
height: 1018px;
}
.preview .file-stats {
line-height: 32px;