mirror of https://github.com/zulip/zulip.git
left_sidebar: Remove whitespace near follow icon.
Only the icons and unreads should be treated as flex items. Not text nodes or whitespace. See CZO discussion: https://chat.zulip.org/#narrow/stream/6-frontend/topic/Left.20sidebar.20rows.20as.20grids/near/1645466
This commit is contained in:
parent
e7814cbc46
commit
874bfbfd43
|
@ -12,8 +12,7 @@
|
|||
@
|
||||
</span>
|
||||
{{else if is_followed}}
|
||||
<i class="zulip-icon zulip-icon-follow" aria-hidden="true"> </i>
|
||||
|
||||
<i class="zulip-icon zulip-icon-follow" aria-hidden="true"></i>
|
||||
{{/if}}
|
||||
<span class="unread_count {{#if is_zero}}zero_count{{/if}}">
|
||||
{{unread}}
|
||||
|
|
Loading…
Reference in New Issue