]> cat aescling's git repositories - mastodon.git/commitdiff
Adjust css for user detail page (#1463)
authorCorey Dutson <cdutson@wallofscribbles.com>
Tue, 11 Apr 2017 12:20:18 +0000 (08:20 -0400)
committerwxcafé <wxcafe@users.noreply.github.com>
Tue, 11 Apr 2017 12:20:18 +0000 (14:20 +0200)
- details a background for contrast
- add 5px padding to the top of the `details-counters` children to line them up with the bio to the right (Which has a 5px padding on the top)

app/assets/stylesheets/accounts.scss

index 2a05c2bb403120c4d393736c231f72ce30f568be..50181d86eba53662154dfeef8bc686783a9b9342 100644 (file)
@@ -72,6 +72,7 @@
     position: relative;
     z-index: 2;
     flex-direction: row;
+    background: rgba(0,0,0,0.5);
   }
 
   .details-counters {
@@ -83,7 +84,7 @@
   .counter {
     width: 80px;
     color: $color3;
-    padding: 0 10px;
+    padding: 5px 10px 0px;
     margin-bottom: 10px;
     border-right: 1px solid $color3;
     cursor: default;