mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
left_sidebar: Establish better-centered DM row height.
Despite the existing comment in the CSS, the previous DM row was 22.5px tall. Adjusting the padding makes for 22px tall box, which greatly improves the centering of the unread count within its bounding box.
This commit is contained in:
@@ -1084,7 +1084,7 @@ li.topic-list-item {
|
||||
.dm-box {
|
||||
grid-template-columns: 7px 22px minmax(0, 1fr) minmax(0, max-content) 30px 0;
|
||||
/* This padding maintains a 22px height on DM rows. */
|
||||
padding: 2.25px 0;
|
||||
padding: 2px 0;
|
||||
|
||||
.conversation-partners-icon {
|
||||
grid-area: starting-anchor-element;
|
||||
|
||||
Reference in New Issue
Block a user