mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Image vertical alignment is always a pain
This commit is contained in:
parent
7fca59782e
commit
af437ae4c8
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ a.card:hover {
|
|||
.shortcode-emoji {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
vertical-align: middle;
|
||||
vertical-align: text-bottom;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue