1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +12:00

Merge pull request #2230 from m1ga/imageFix

fix: mobile storage image preview
This commit is contained in:
Torsten Dittmann 2021-10-16 14:07:11 +02:00 committed by GitHub
commit dd88e32475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,6 +412,7 @@ fieldset {
width: ~"calc(100% - 2px)"; width: ~"calc(100% - 2px)";
max-height: 180px; max-height: 180px;
visibility: visible !important; visibility: visible !important;
object-fit: contain;
} }
.video-preview { .video-preview {