mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 08:23:04 +01:00
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%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
|
||||
&::before {
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&.animated {
|
||||
|
|
|
|||
Loading…
Reference in a new issue