From 06b40ecc4a0cace70310b5bc2cb95ab6401ccbd5 Mon Sep 17 00:00:00 2001 From: myleneb Date: Tue, 15 Sep 2015 21:40:35 +0200 Subject: [PATCH] fixing avatar height in postboard --- css/style.css | 3 ++- sass/layout/_postboard.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 6b70069..bf26c4c 100644 --- a/css/style.css +++ b/css/style.css @@ -1399,7 +1399,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { overflow: hidden; width: 48px; margin: 0 15px 15px 0; - max-height: 60px; + max-height: 48px; clear: both; } .post-photo img { @@ -1550,6 +1550,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { .post-stats { float: left; + clear: left; } .post-stats li { display: inline-block; diff --git a/sass/layout/_postboard.sass b/sass/layout/_postboard.sass index d94ad52..d5f3c8d 100755 --- a/sass/layout/_postboard.sass +++ b/sass/layout/_postboard.sass @@ -138,7 +138,7 @@ overflow: hidden width: $mini-usr-img margin: 0 15px 15px 0 - max-height: 60px + max-height: $mini-usr-img clear: both img width: 100% @@ -283,6 +283,7 @@ .post-stats float: left + clear: left li display: inline-block &.stat-count