XenForo
Administrative
- Thread starter
- Admin
- #1
Hello,
I added this code to
Less:
This correctly applies to all thread types except resource-related threads.
ادامه مطلب...
I added this code to
extra.less
template (via the template modification system):Less:
Code:
[data-template="thread_view"],
[data-template="thread_view_type_question"],
[data-template="thread_view_type_suggestion"],
[data-template="thread_view_type_article"],
[data-template="thread_view_type_poll"] {
.message-name {
margin-right: 10px;
}
}
ادامه مطلب...