remove cold-age-class, padding adjustment
This commit is contained in:
parent
06dfc9d46d
commit
e9acc1fd5d
@ -1,4 +1,4 @@
|
||||
<{{tagName}} class="{{class}} {{cold-age-class topic.createdAt startDate=topic.bumpedAt class=""}} activity" title="{{html-safe topic.bumpedAtTitle}}">
|
||||
<{{tagName}} class="{{class}} age activity" title="{{html-safe topic.bumpedAtTitle}}">
|
||||
<a class="post-activity" href="{{topic.lastPostUrl}}">
|
||||
{{~raw-plugin-outlet name="topic-list-before-relative-date"~}}
|
||||
{{~format-date topic.bumpedAt format="tiny" noTitle="true"~}}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
color: var(--primary-medium);
|
||||
}
|
||||
th {
|
||||
padding: 0.75em 0 1em;
|
||||
padding: 0.75em 0;
|
||||
.category-stat {
|
||||
font-size: var(--font-down-3);
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user