From 695bad8ed60668ab6df7fd6d5df11c6a8ec255bc Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 5 Dec 2023 17:32:42 +1100 Subject: [PATCH] Fix gap between custom emojis in display name https://anarres.family/@faithisleaping --- routes/css.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/routes/css.cpp b/routes/css.cpp index 3895f98..35e7a90 100644 --- a/routes/css.cpp +++ b/routes/css.cpp @@ -101,14 +101,12 @@ svg { .post-avatar { width: 3em; height: 3em; + margin-right: 0.5em; } .post-header span, .post-header time { margin-top: auto; margin-bottom: auto; } -.post-header img { - margin-right: 0.5em; -} .post-header time { padding-left: 1em; }