From 3ac9ec3ff6e7fab1ceb15da88c7923ab84e3395e Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 18 Sep 2020 23:22:59 +0200 Subject: [PATCH] Center view count of popular threads Otherwise the counter is misaligned in the corresponding column. --- public/css/nimforum.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/nimforum.scss b/public/css/nimforum.scss index 313e844..2daecdb 100644 --- a/public/css/nimforum.scss +++ b/public/css/nimforum.scss @@ -301,7 +301,7 @@ $threads-meta-color: #545d70; } } -.thread-replies, .thread-time, .views-text, .centered-header { +.thread-replies, .thread-time, .views-text, .popular-text, .centered-header { text-align: center; }