]> cat aescling's git repositories - mastodon.git/commitdiff
Fix bottom margin of lists in toots
authorThibaut Girka <thib@sitedethib.com>
Mon, 17 Jun 2019 19:01:22 +0000 (21:01 +0200)
committerThibG <thib@sitedethib.com>
Wed, 19 Jun 2019 13:19:03 +0000 (15:19 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index ee4440e8905bbd8643fa5296a443ea4069442190..fa115f21bd7ad4e719fc4fff7bd1ec379d6afe70 100644 (file)
 
   .status__content__text,
   .e-content {
+
+    & > ul,
+    & > ol {
+      margin-bottom: 20px;
+    }
+
     h1, h2, h3, h4, h5 {
       margin-top: 20px;
       margin-bottom: 20px;