Fix alt text line height when image doesn't load #121

Merged
floatingghost merged 1 commits from eris/pleroma-fe:fix-alt-text into develop 2022-08-07 20:03:31 +00:00
1 changed files with 4 additions and 0 deletions

View File

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