diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 6a1f1b30c4..73afeeebcf 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -343,7 +343,7 @@ li.show-more-topics { margin: 5px auto var(--left-sidebar-bottom-scrolling-buffer) var(--left-sidebar-toggle-width-offset); - & i { + .subscribe-more-icon { min-width: 19px; text-align: center; diff --git a/web/templates/subscribe_to_more_streams.hbs b/web/templates/subscribe_to_more_streams.hbs index e7fffba4bd..677158d2ba 100644 --- a/web/templates/subscribe_to_more_streams.hbs +++ b/web/templates/subscribe_to_more_streams.hbs @@ -1,16 +1,16 @@ {{#if exactly_one_unsubscribed_stream}} - + {{~t "Browse 1 more channel" ~}} {{else if can_subscribe_stream_count}} - + {{~t "Browse {can_subscribe_stream_count} more channels" ~}} {{else if can_create_streams}} - + {{~t "Create a channel" ~}} {{/if}}