Left align users

This commit is contained in:
Joey Yakimowich-Payne 2020-03-17 20:05:22 -06:00 committed by Dominik Picheta
commit 3adba32f1f
2 changed files with 6 additions and 2 deletions

View file

@ -301,10 +301,14 @@ $threads-meta-color: #545d70;
}
}
.thread-replies, .thread-time, .thread-users, .views-text, .centered-header {
.thread-replies, .thread-time, .views-text, .centered-header {
text-align: center;
}
.thread-users {
text-align: left;
}
.thread-time {
color: $threads-meta-color;

View file

@ -212,7 +212,7 @@ when defined(js):
tr:
th(text "Topic")
th(class="hide-sm" & class({"d-none": not displayCategory})): text "Category"
th(class="centered-header"): text "Users"
th(class="thread-users"): text "Users"
th(class="centered-header"): text "Replies"
th(class="hide-sm centered-header"): text "Views"
th(class="centered-header"): text "Activity"