From bf734205da2e005ed7f72c6640857426c0dd883b Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sun, 10 Apr 2022 16:35:09 -0700 Subject: [PATCH] Minor spacing tweaks --- public/style.css | 5 +++++ src/View/Status.elm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 30a23ad..e3d4214 100644 --- a/public/style.css +++ b/public/style.css @@ -1171,3 +1171,8 @@ audio.viewer-content { height: 20px; vertical-align: bottom; } + +.thread-target .emoji-custom { + height: 1.3em; + vertical-align: top; +} diff --git a/src/View/Status.elm b/src/View/Status.elm index bf241dd..98c8b9c 100644 --- a/src/View/Status.elm +++ b/src/View/Status.elm @@ -330,7 +330,7 @@ statusView context ({ account, content, media_attachments, reblog, mentions, pin [ Common.icon "fire" , a (accountLinkAttributes ++ [ class "reblogger" ]) [ span [ class "display-name" ] <| Common.accountDisplayNameRich account ] - , text " boosted" + , text "boosted" ] , Lazy.lazy3 statusView context reblog clickOpen ]