Fix image height overflow in the post with single image (#381)

This commit is contained in:
TAKAHASHI Shuuji 2023-01-09 16:25:54 +09:00 committed by GitHub
parent ecec5d6c0a
commit 91116fe6f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1369,7 +1369,6 @@ form .post {
object-fit: cover;
object-position: center;
max-height: 400px;
height: 100%;
width: 100%;
}