Merge pull request 'Fix alt text line height when image doesn't load' (#121) from eris/pleroma-fe:fix-alt-text into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/121
This commit is contained in:
floatingghost 2022-08-07 20:03:31 +00:00
commit 863d586664

View file

@ -51,6 +51,10 @@
width: 100%;
height: 100%;
object-fit: contain;
&::before {
line-height: 20px;
}
}
&.animated {