forked from AkkomaGang/akkoma-fe
Fix alt text line height
This commit is contained in:
parent
e47d3a6d13
commit
327195dc55
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.animated {
|
&.animated {
|
||||||
|
|
Loading…
Reference in a new issue