Skip to content

Commit

Permalink
fix post details positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
d47081 committed Jul 10, 2022
1 parent 351cae8 commit f8046cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions theme_nin_night/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1091,16 +1091,21 @@ samp {
.post-stats .stat-count {
font-size: 12px;
color: #b3b5b7;
padding-right: 4px;
padding-right: 8px;
border-right: solid 1px #31343d;
}

.post-stats .stat-count div {
display: inline-block;
line-height: 32px;
}

.post-stats .stat-count .stat-count-value {
font-weight: bold;
}

.post-stats .avatar-row {
padding: 4px;
padding: 4px 8px;
}

.post-stats .avatar-row a {
Expand Down

0 comments on commit f8046cb

Please sign in to comment.