mirror of https://github.com/zulip/zulip.git
user_card: Fix the padding of bot-icon with name.
This commit fixes the padding of the bot-icon with the name to make it look consistent with the way it is displayed in the message feed.
This commit is contained in:
parent
bb4d2f5f5b
commit
29377c7f32
|
@ -69,6 +69,10 @@
|
|||
.popover_user_name_row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.zulip-icon.zulip-icon-bot {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.user_info_popover_action_buttons {
|
||||
|
|
Loading…
Reference in New Issue