mirror of https://github.com/zulip/zulip.git
left_sidebar: Remove unnecessary padding on bot icon.
This commit is contained in:
parent
ca96868b0e
commit
1093ff841f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue