mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 08:58:05 +00:00
fix post details positioning
This commit is contained in:
parent
351cae8c37
commit
f8046cbce0
@ -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…
Reference in New Issue
Block a user