mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 16:51:00 +00:00
Fix image height overflow in the post with single image (#381)
This commit is contained in:
parent
ecec5d6c0a
commit
91116fe6f8
1 changed files with 0 additions and 1 deletions
|
@ -1369,7 +1369,6 @@ form .post {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue