diff --git a/app/assets/javascripts/discourse/templates/mobile/discovery/topics.hbs b/app/assets/javascripts/discourse/templates/mobile/discovery/topics.hbs index e8dc723c50f..0fb3cb216dd 100644 --- a/app/assets/javascripts/discourse/templates/mobile/discovery/topics.hbs +++ b/app/assets/javascripts/discourse/templates/mobile/discovery/topics.hbs @@ -14,9 +14,12 @@ {{#if hasTopics}} {{topic-list + highlightLastVisited=true showPosters=true currentUser=currentUser hideCategory=model.hideCategory + order=order + ascending=ascending topics=model.topics expandGloballyPinned=expandGloballyPinned expandAllPinned=expandAllPinned diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 2759be46200..0fda6b0163a 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -52,7 +52,8 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh td span { background-color: $secondary; color: scale-color($danger, $lightness: 60%); - padding: 0px 10px; + padding: 0px 8px; + font-size: 0.929em; } } diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index b2797aba7ed..d7d843602b3 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1224,7 +1224,7 @@ en: current_user: 'go to your user page' topics: - new_messages_marker: "Last Visit" + new_messages_marker: "last visit" bulk: unlist_topics: "Unlist Topics" reset_read: "Reset Read"