about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorCorey Dutson <cdutson@wallofscribbles.com>2017-04-11 08:20:18 -0400
committerwxcafé <wxcafe@users.noreply.github.com>2017-04-11 14:20:18 +0200
commitc9b92259515a3eb16a9709c3c1e505f5fe3a33bc (patch)
tree0c992dc340880a9153e21dd81dbfbd00561d5cb3 /app
parent11898a6461c7a2261255b5a8f82ecb4181ae509d (diff)
Adjust css for user detail page (#1463)
- 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)
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/accounts.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss
index 2a05c2bb4..50181d86e 100644
--- a/app/assets/stylesheets/accounts.scss
+++ b/app/assets/stylesheets/accounts.scss
@@ -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;