Browse Source

tune styling of retwisters avatars of an expanded twist

nin-v2
Simon Grim 6 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 {
} }
.post-stats { .post-stats {
display: flex;
float: left; float: left;
clear: left; clear: left;
height: 34px; height: 34px;
} }
.post-stats > div { .post-stats > div {
display: inline-block;
line-height: 16px; line-height: 16px;
vertical-align: middle; vertical-align: middle;
} }

2
sass/layout/_postboard.sass

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

Loading…
Cancel
Save