From 9a800639e628b42523dac02290c9be7ab4bacc07 Mon Sep 17 00:00:00 2001 From: Cutls Date: Mon, 6 May 2019 01:27:54 +0900 Subject: [PATCH] Custom emojis' marign --- app/css/tl.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/css/tl.css b/app/css/tl.css index 754ea4cd..1abb86ec 100644 --- a/app/css/tl.css +++ b/app/css/tl.css @@ -138,7 +138,7 @@ iframe { .area-toot .emoji,.area-toot .emoji-img{ width: 20px; vertical-align: middle; - margin: -3px 0 0; + margin:-1px 0; } .faicon_FTL{ display:none; @@ -344,6 +344,7 @@ grid-area: toot; p { margin: 0; margin-bottom: 0px; + line-height:20px; } p:not(:last-child){ margin-bottom: 10px;