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:
Karl Stolley
2023-11-28 16:25:55 -06:00
committed by Tim Abbott
parent 98b68d7034
commit 319cfc7d7f

View File

@@ -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;