Browse Source

fix post details positioning

twisterarmy
d47081 2 years ago
parent
commit
f8046cbce0
  1. 9
      theme_nin_night/css/style.css

9
theme_nin_night/css/style.css

@ -1091,16 +1091,21 @@ samp {
.post-stats .stat-count { .post-stats .stat-count {
font-size: 12px; font-size: 12px;
color: #b3b5b7; color: #b3b5b7;
padding-right: 4px; padding-right: 8px;
border-right: solid 1px #31343d; border-right: solid 1px #31343d;
} }
.post-stats .stat-count div {
display: inline-block;
line-height: 32px;
}
.post-stats .stat-count .stat-count-value { .post-stats .stat-count .stat-count-value {
font-weight: bold; font-weight: bold;
} }
.post-stats .avatar-row { .post-stats .avatar-row {
padding: 4px; padding: 4px 8px;
} }
.post-stats .avatar-row a { .post-stats .avatar-row a {

Loading…
Cancel
Save