diff --git a/web/styles/inbox.css b/web/styles/inbox.css index 8c381b80d3..798ab040c8 100644 --- a/web/styles/inbox.css +++ b/web/styles/inbox.css @@ -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; }