about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-08-18 12:42:33 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:19 -0500
commitba82df2fb4460c525ab91c79f54b20803c82cce9 (patch)
tree5a4afc8424e83ea6d805063ac9a57335648e2292 /app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss
parenta40dee9799658b24f0478f991c629eca84b0237d (diff)
[UI] Remove unnecessary padding around content notes and text indicators
Diffstat (limited to 'app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss b/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss
index a9e8fbe65..44df7efc9 100644
--- a/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss
+++ b/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss
@@ -172,19 +172,4 @@
     text-align: right;
     margin-top: 0px;
   }
-}
-
-.status__content {
-  p, pre, blockquote {
-    margin-top: 1em;
-    margin-bottom: 0px;
-  }
-
-  p:first-child, pre:first-child, blockquote:first-child {
-    margin-top: 0px;
-  }
-
-  .status__content__spoiler.status__content__spoiler--visible {
-    margin-top: 1em;
-  }
 }
\ No newline at end of file