From fd9015a7c55ba8e3aedb57c21685c86058492674 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 16 Jan 2023 12:19:10 -0700 Subject: [PATCH] Make emoji relative --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index a39006f..f19349d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -106,7 +106,7 @@ td a { --md-sidebar-width: 250px; --md-header-height: 50px; - --emoji-height: 22px; + --emoji-height: 1.1em; } body { @@ -392,6 +392,7 @@ nav a i { img.emoji { height: var(--emoji-height); + vertical-align: baseline; } .ellipsis::after {