Browse Source

tune styling of retwisters avatars of an expanded twist

readme-update
Simon Grim 6 years ago
parent
commit
bbf418a838
  1. 2
      css/style.css
  2. 2
      theme_calm/css/style.css
  3. 2
      theme_nin/css/style.css
  4. 2
      theme_nin/sass/_postboard.sass

2
css/style.css

@ -1351,6 +1351,7 @@ ol.toptrends-list {
} }
.post-stats { .post-stats {
display: flex;
height: 34px; height: 34px;
margin: 0 12px 8px 55px; margin: 0 12px 8px 55px;
border-top: solid 1px rgba(69, 71, 77, .1); border-top: solid 1px rgba(69, 71, 77, .1);
@ -1358,7 +1359,6 @@ ol.toptrends-list {
} }
.post-stats > div { .post-stats > div {
display: inline-block;
line-height: 16px; line-height: 16px;
vertical-align: middle; vertical-align: middle;
} }

2
theme_calm/css/style.css

@ -1726,6 +1726,7 @@ textarea.splited-post {
} }
.post-stats { .post-stats {
display: flex;
height: 34px; height: 34px;
margin: 0 12px 8px 55px; margin: 0 12px 8px 55px;
border-top: solid 1px rgba(69, 71, 77, .1); border-top: solid 1px rgba(69, 71, 77, .1);
@ -1733,7 +1734,6 @@ textarea.splited-post {
} }
.post-stats > div { .post-stats > div {
display: inline-block;
line-height: 16px; line-height: 16px;
vertical-align: middle; vertical-align: middle;
} }

2
theme_nin/css/style.css

@ -1063,12 +1063,12 @@ samp {
} }
.post-stats { .post-stats {
display: flex;
height: 34px; height: 34px;
margin: 0 12px 8px 55px; margin: 0 12px 8px 55px;
} }
.post-stats > div { .post-stats > div {
display: inline-block;
line-height: 16px; line-height: 16px;
vertical-align: middle; vertical-align: middle;
} }

2
theme_nin/sass/_postboard.sass

@ -276,10 +276,10 @@
background: black background: black
.post-stats .post-stats
display: flex
height: 34px height: 34px
margin: 0 12px 8px 55px margin: 0 12px 8px 55px
> div > div
display: inline-block
line-height: 16px line-height: 16px
vertical-align: middle vertical-align: middle
.stat-count .stat-count

Loading…
Cancel
Save