From f8046cbce0211a894a2428dab6e856d5985cb6f8 Mon Sep 17 00:00:00 2001 From: d47081 Date: Sun, 10 Jul 2022 18:09:06 +0300 Subject: [PATCH] fix post details positioning --- theme_nin_night/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index 3bcc47a..451e15d 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -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 {