From 74208b0f327c4a3621b6a9449ebcfe32a940059e Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 24 Feb 2025 11:45:55 +0100 Subject: [PATCH] UI: Align emoji in markup Middle-align emoji in markup, for example when used in headings. --- templates/custom/header.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 9850c13..91317cb 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -29,6 +29,12 @@ border-radius: 50%; } + /* Emoji. */ + .markup .emoji { + margin-right: .075em; + vertical-align: -.075em; + } + /* Hide the app logo (first link in "brand" div). */ .following.bar #navbar .brand > a:first-child { display: none;