left_sidebar: Remove padding from bot icon.

This is no longer necessary for vertical alignment, and by
removing the 6px of padding it represents, bot DM rows will have
the same 22px height as other DM rows.

(cherry picked from commit ea83b1f4de)
This commit is contained in:
Karl Stolley 2024-02-21 14:48:34 -06:00 committed by Tim Abbott
parent fb9c47838d
commit 1b451d1958
1 changed files with 0 additions and 4 deletions

View File

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