remove cold-age-class, padding adjustment

This commit is contained in:
awesomerobot 2022-11-28 13:23:23 -05:00
parent 06dfc9d46d
commit e9acc1fd5d
2 changed files with 2 additions and 2 deletions

View File

@ -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"~}}

View File

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