Fix max gif height

This commit is contained in:
Zed 2021-01-02 19:35:24 +01:00
parent ced729c6d5
commit 93ec4b1e39
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@
}
}
.gallery-gif video {
max-height: 530px;
background-color: #101010;
}
.still-image {
max-height: 379.5px;
max-width: 533px;