From 29377c7f322ab2f3f1fa42407e18c954e4a5ae2b Mon Sep 17 00:00:00 2001 From: palashb01 Date: Tue, 18 Apr 2023 04:25:36 +0530 Subject: [PATCH] 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. --- web/styles/popovers.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/popovers.css b/web/styles/popovers.css index 928193044c..10d3290daa 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -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 {