size consistency for small expanded images in chat

pull/124/head
Aevann 2023-02-18 18:10:05 +02:00
parent 4615e4138d
commit 13b5df569f
1 changed files with 4 additions and 0 deletions

View File

@ -169,3 +169,7 @@ img[alt^="![]("] {
#online > li, #online3 > li {
margin-top: 0.35rem;
}
#desktop-expanded-image {
min-height: 150px;
}