mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +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 {
|
.shortcode-emoji {
|
||||||
width: 1.2em;
|
width: 1.2em;
|
||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
vertical-align: middle;
|
vertical-align: text-bottom;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue