mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
recents: Align filter tops top left, right sidebars.
(cherry picked from commit 2660c876fa)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user