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-17 20:18:52 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:19 -0500
commit4b83bf5c08d58618dfa63b786016759eb5e4d6b6 (patch)
tree18d13486e7003cfb69452b66484dc09337236215 /app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss
parentf0a34ccad762a34b153be108e7ba1b6c914317a5 (diff)
[Feature] Post signatures
Diffstat (limited to 'app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss13
1 files changed, 13 insertions, 0 deletions
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