From af437ae4c83818bd5438056966f465abb825d5b2 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 26 Dec 2022 20:39:49 +0800 Subject: [PATCH] Image vertical alignment is always a pain --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 579521f4..e3a96cb3 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -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; }