diff --git a/web/styles/compose.css b/web/styles/compose.css index 8c7fa0e042..2fc222f959 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -773,10 +773,6 @@ a.compose_control_button.hide { #compose_select_stream_name { flex-grow: 1; - - &.lock-padding { - padding-left: 3px; - } } .dropdown-list-body .list_item a { diff --git a/web/templates/inline_decorated_stream_name.hbs b/web/templates/inline_decorated_stream_name.hbs index 760c8d6f62..ca69dcfca4 100644 --- a/web/templates/inline_decorated_stream_name.hbs +++ b/web/templates/inline_decorated_stream_name.hbs @@ -1,8 +1,8 @@ {{! This controls whether the swatch next to streams in the left sidebar has a lock icon. }} {{#if stream.invite_only }} -{{stream.name ~}} + {{stream.name ~}} {{ else if stream.is_web_public }} -{{stream.name ~}} + {{stream.name ~}} {{ else }} -{{stream.name ~}} + {{stream.name ~}} {{/if}}