mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +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 {
|
#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;
|
display: flex;
|
||||||
/* Search box has no height without this in safari. */
|
/* Search box has no height without this in safari. */
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user