diff --git a/app/assets/stylesheets/desktop/topic-timeline.scss b/app/assets/stylesheets/desktop/topic-timeline.scss index 20f80c2a8..ab2afb223 100644 --- a/app/assets/stylesheets/desktop/topic-timeline.scss +++ b/app/assets/stylesheets/desktop/topic-timeline.scss @@ -113,6 +113,10 @@ position: absolute; margin-left: -0.19em; + .btn-small { + padding: 2px 5px; + } + i.progress { font-size: 0.5em; color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%)); diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 0e620d419..17a51846d 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1296,7 +1296,7 @@ en: timeline: back: "Back" - back_description: "Go back to first unread post" + back_description: "Go back to your last unread post" replies: "%{current} / %{total} replies" replies_short: "%{current} / %{total}"