diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 5b11f192b8..5acc256da6 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -732,6 +732,14 @@ td.pointer { background: #000; } +/* +We can't collapse the floating recipient bar yet, so this is +just a temporary hack. +*/ +.floating_recipient .icon-vector-collapse-alt { + display: none; +} + .floating_recipient .message_header { box-shadow: inset 0px 2px 1px -2px #333, inset -2px 0px 1px -2px #333 !important; }