Browse Source

tune styling of retwisters avatars of an expanded twist

nin-v2
Simon Grim 5 years ago
parent
commit
f398a0c84a
  1. 2
      css/style.css
  2. 2
      sass/layout/_postboard.sass

2
css/style.css

@ -1995,12 +1995,12 @@ button.light:hover, a.button.light:hover { @@ -1995,12 +1995,12 @@ button.light:hover, a.button.light:hover {
}
.post-stats {
display: flex;
float: left;
clear: left;
height: 34px;
}
.post-stats > div {
display: inline-block;
line-height: 16px;
vertical-align: middle;
}

2
sass/layout/_postboard.sass

@ -302,11 +302,11 @@ @@ -302,11 +302,11 @@
clear: both
.post-stats
display: flex
float: left
clear: left
height: 34px
> div
display: inline-block
line-height: 16px
vertical-align: middle
.stat-count

Loading…
Cancel
Save