mirror of https://github.com/zulip/zulip.git
recent_view: Improve alignment and grouping of status emoji.
This commit is contained in:
parent
25e19d8417
commit
544d86646e
|
@ -489,6 +489,12 @@
|
|||
position: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.user_status_icon_wrapper {
|
||||
/* Keep status emoji with usernames,
|
||||
and better vertically align the emoji. */
|
||||
display: inline-flex;
|
||||
}
|
||||
}
|
||||
|
||||
.stream-privacy .zulip-icon {
|
||||
|
|
Loading…
Reference in New Issue