about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/status.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-04-24 18:42:17 +0200
committerThibG <thib@sitedethib.com>2019-04-24 22:40:17 +0200
commite4b65e6349bf7fa6ca2cdb45c9d0169a6727b9b7 (patch)
treec4766cf151c28d2c50c4b9ab9bf4ef4d02270e4e /app/javascript/flavours/glitch/styles/components/status.scss
parent8753e5317fb77ac25a120b1baba7043ded9106b9 (diff)
Redesign blockquote styling
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/status.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index f91fb2027..ef4e113dd 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -51,8 +51,10 @@
     }
 
     blockquote {
-      margin-left: 20px;
-      color: $dark-text-color;
+      padding-left: 10px;
+      border-left: 3px solid $darker-text-color;
+      color: $darker-text-color;
+      white-space: normal;
 
       p:last-child {
         margin-bottom: 0;