left_sidebar: Remove unnecessary padding on bot icon.

This commit is contained in:
Karl Stolley 2024-02-20 15:41:37 -06:00 committed by Tim Abbott
parent ca96868b0e
commit 1093ff841f
1 changed files with 4 additions and 1 deletions

View File

@ -1111,7 +1111,10 @@ li.topic-list-item {
.zulip-icon.zulip-icon-bot {
font-size: 90%; /* Reduce the bulkiness of this icon */
padding: 3px 0 3px 1px; /* Shift reduced icon a pixel left to maintain horizontal centering. */
/* TODO: Eliminate this top and bottom padding once
line-heights have been better established in the
DM rows. */
padding: 3px 0;
}
.unread_count {