Browse Source

fixing avatar height in postboard

nin-v2
myleneb 9 years ago
parent
commit
06b40ecc4a
  1. 3
      css/style.css
  2. 3
      sass/layout/_postboard.sass

3
css/style.css

@ -1399,7 +1399,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
overflow: hidden; overflow: hidden;
width: 48px; width: 48px;
margin: 0 15px 15px 0; margin: 0 15px 15px 0;
max-height: 60px; max-height: 48px;
clear: both; clear: both;
} }
.post-photo img { .post-photo img {
@ -1550,6 +1550,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
.post-stats { .post-stats {
float: left; float: left;
clear: left;
} }
.post-stats li { .post-stats li {
display: inline-block; display: inline-block;

3
sass/layout/_postboard.sass

@ -138,7 +138,7 @@
overflow: hidden overflow: hidden
width: $mini-usr-img width: $mini-usr-img
margin: 0 15px 15px 0 margin: 0 15px 15px 0
max-height: 60px max-height: $mini-usr-img
clear: both clear: both
img img
width: 100% width: 100%
@ -283,6 +283,7 @@
.post-stats .post-stats
float: left float: left
clear: left
li li
display: inline-block display: inline-block
&.stat-count &.stat-count

Loading…
Cancel
Save