diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-04-24 18:42:17 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-04-24 22:40:17 +0200 |
commit | e4b65e6349bf7fa6ca2cdb45c9d0169a6727b9b7 (patch) | |
tree | c4766cf151c28d2c50c4b9ab9bf4ef4d02270e4e /app | |
parent | 8753e5317fb77ac25a120b1baba7043ded9106b9 (diff) |
Redesign blockquote styling
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 6 |
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; |