]> cat aescling's git repositories - mastodon.git/commitdiff
Styling for paragraphs in statuses
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 10 Sep 2016 08:14:36 +0000 (10:14 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 10 Sep 2016 08:14:36 +0000 (10:14 +0200)
app/assets/stylesheets/components.scss
app/assets/stylesheets/stream_entries.scss

index f1308b11d93399556082da601996e66f1e5f7166..409ba31f83ca179df6ce64e97dcfa3772871dd8c 100644 (file)
   word-wrap: break-word;
   font-weight: 300;
 
+  p {
+    margin-bottom: 20px;
+
+    &:last-child {
+      margin-bottom: 0;
+    }
+  }
+
   a {
     color: #d9e1e8;
     text-decoration: none;
index 25a536e246343588233d1392bd14126bd8a41b40..d91ce20cfd328454d3ee6a227220da39582524fa 100644 (file)
     padding-bottom: 15px;
     color: #282c37;
 
+    p {
+      margin-bottom: 18px;
+
+      &:last-child {
+        margin-bottom: 0;
+      }
+    }
+
     a {
       color: #2b90d9;
       text-decoration: none;