inbox: Align filters to left, right sidebars.

(cherry picked from commit b71352c4dc)
This commit is contained in:
Karl Stolley
2025-08-28 10:08:23 -05:00
committed by Tim Abbott
parent ed8beeabd1
commit e8cd9b0b4b

View File

@@ -31,7 +31,9 @@
top: var(--navbar-fixed-height);
background: var(--color-background-inbox);
display: flex;
padding: 15px 0 10px;
/* This padding-top value aligns the inbox filters
with the filters in the left and right sidebars. */
padding: 10px 0;
z-index: 1;
}