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 { @@ -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 { @@ -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;

3
sass/layout/_postboard.sass

@ -138,7 +138,7 @@ @@ -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 @@ @@ -283,6 +283,7 @@
.post-stats
float: left
clear: left
li
display: inline-block
&.stat-count

Loading…
Cancel
Save