fix post details positioning

This commit is contained in:
d47081 2022-07-10 18:09:06 +03:00
parent 351cae8c37
commit f8046cbce0

View File

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