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:
palashb01 2023-04-18 04:25:36 +05:30 committed by Tim Abbott
parent bb4d2f5f5b
commit 29377c7f32
1 changed files with 4 additions and 0 deletions

View File

@ -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 {