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

2
theme_calm/css/style.css

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

2
theme_nin/css/style.css

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

2
theme_nin/sass/_postboard.sass

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

Loading…
Cancel
Save