Left align users
This commit is contained in:
parent
f35d6c4a32
commit
3adba32f1f
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue