tune styling of retwisters avatars of an expanded twist

This commit is contained in:
Simon Grim 2019-01-24 16:49:35 +05:00
parent 0ba21b0a26
commit f398a0c84a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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