inbox: Move lefthand padding to avoid disturbing grid.

This fixes a subtle alignment issue with unreads in
the DM header row versus the actual DM rows that
follow.
This commit is contained in:
Karl Stolley
2025-08-12 16:37:53 -04:00
committed by Tim Abbott
parent 39025636b1
commit 39b69ab90a

View File

@@ -417,11 +417,6 @@
margin-bottom: 1px;
background-color: transparent;
.inbox-focus-border {
/* Align the folder title with the channel privacy icons; 5px at 16px */
padding-left: 0.3125em;
}
.inbox-header-name-text,
.unread_mention_info {
color: var(--color-folder-header);
@@ -437,6 +432,12 @@
outline: none;
/* 16px at 16px / 1em */
font-size: 1em;
/* Align the folder title with the channel privacy icons; 5px at 16px/1em.
TODO: Reduce the depth of selectors in this file,
so that the use of !important becomes unnecessary
here. */
padding-left: 0.3125em !important;
}
&:hover {