Center view count of popular threads

Otherwise the counter is misaligned in the corresponding column.
This commit is contained in:
digitalcraftsman 2020-09-18 23:22:59 +02:00 committed by Dominik Picheta
commit 3ac9ec3ff6

View file

@ -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;
}