]> cat aescling's git repositories - mastodon.git/commitdiff
Redesign blockquote styling
authorThibaut Girka <thib@sitedethib.com>
Wed, 24 Apr 2019 16:42:17 +0000 (18:42 +0200)
committerThibG <thib@sitedethib.com>
Wed, 24 Apr 2019 20:40:17 +0000 (22:40 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index f91fb2027a1e55170623a5daf1dd7d1ac432b445..ef4e113dd8f10a50231c146dc81b39c99caf7a64 100644 (file)
     }
 
     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;