From e9acc1fd5dc7c4812a0b313357cc4b87d7577a67 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Mon, 28 Nov 2022 13:23:23 -0500 Subject: [PATCH] remove cold-age-class, padding adjustment --- .../discourse/app/templates/list/activity-column.hbr | 2 +- app/assets/stylesheets/mobile/categories.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/app/templates/list/activity-column.hbr b/app/assets/javascripts/discourse/app/templates/list/activity-column.hbr index 384909db02..7e35fe10ad 100644 --- a/app/assets/javascripts/discourse/app/templates/list/activity-column.hbr +++ b/app/assets/javascripts/discourse/app/templates/list/activity-column.hbr @@ -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}}"> {{~raw-plugin-outlet name="topic-list-before-relative-date"~}} {{~format-date topic.bumpedAt format="tiny" noTitle="true"~}} diff --git a/app/assets/stylesheets/mobile/categories.scss b/app/assets/stylesheets/mobile/categories.scss index bbc67bc238..0d4a28a1b5 100644 --- a/app/assets/stylesheets/mobile/categories.scss +++ b/app/assets/stylesheets/mobile/categories.scss @@ -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;