From 2fa9ed909c5ccd744779ed5dbe9fedc7259df24f Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sat, 15 Aug 2020 20:08:29 -0500 Subject: [UI] Compact status prepend indicators --- .../glitch/styles/monsterfork/components/status.scss | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'app/javascript/flavours/glitch/styles/monsterfork') diff --git a/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss b/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss index 562be1975..30cd5d668 100644 --- a/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss +++ b/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss @@ -34,7 +34,7 @@ outline: none; } } - + & > summary > span, & > ul > li > span, & > ul > li > a { @@ -165,3 +165,20 @@ div.media-caption { } } } + +.status__prepend { + margin-left: 0px; + + .status__prepend-icon-wrapper { + left: 0px; + } + + & > span { + margin-left: 25px; + } +} + +.embed .status__prepend, +.public-layout .status__prepend { + margin: -10px 0px 0px 5px; +} -- cgit