Merge pull request #3775 from appwrite/fix-storage-ui

Image covering css bug fix
This commit is contained in:
Christy Jacob 2022-09-07 16:14:32 +04:00 committed by GitHub
commit 000f377845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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