fix .post-linked-img

pull/143/head
Aevann 2023-05-02 22:05:07 +03:00
parent 35970a08f3
commit 1336698711
1 changed files with 2 additions and 1 deletions

View File

@ -7343,7 +7343,8 @@ button, .btn {
}
.post-linked-img {
height: 500px;
max-height: 500px;
height: 100%;
width: 100%;
object-fit: contain;
object-position: left;