mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Remove collapse icon from floating recipient bar
(imported from commit f76d74f703dd7248601f729e192003ba24cfc699)
This commit is contained in:
parent
4a7bab9a6f
commit
19df002252
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user