recents: Align filter tops top left, right sidebars.

(cherry picked from commit 2660c876fa)
This commit is contained in:
Karl Stolley
2025-08-28 10:32:14 -05:00
committed by Tim Abbott
parent e8cd9b0b4b
commit bffaff037e

View File

@@ -150,7 +150,11 @@
}
#recent_view_filter_buttons {
padding: 12px 10px 0;
/* This padding-top value aligns the recents filters
with the filters in the left and right sidebars.
TODO: As part of the recents redesign, these filters
should match the height of the sidebar filters. */
padding: 10px 10px 0;
display: flex;
/* Search box has no height without this in safari. */
flex: 0 0 auto;