From 4b83bf5c08d58618dfa63b786016759eb5e4d6b6 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Mon, 17 Aug 2020 20:18:52 -0500 Subject: [Feature] Post signatures --- .../glitch/styles/monsterfork/components/formatting.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss') diff --git a/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss b/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss index 02a3d5310..7beebcea4 100644 --- a/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss +++ b/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss @@ -165,4 +165,17 @@ margin-bottom: 0; }; } + p[data-name="footer"] { + color: lighten($dark-text-color, 15%); + font-style: italic; + font-size: 12px; + text-align: right; + margin-bottom: 4px; + } } + +.status__content { + p:nth-last-child(2), pre:nth-last-child(2), blockquote:nth-last-child(2) { + margin-bottom: 0px; + } +} \ No newline at end of file -- cgit