mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
recent_conversation: Move padding to filter buttons.
This removes it from being included in the max-height of the table.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
#recent_topics_table {
|
||||
max-width: 100%;
|
||||
padding-top: 12px;
|
||||
overflow: hidden !important;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -87,6 +86,7 @@
|
||||
}
|
||||
|
||||
#recent_topics_filter_buttons {
|
||||
padding-top: 12px;
|
||||
margin: 0 10px;
|
||||
display: flex;
|
||||
/* Search box has no height without this in safari. */
|
||||
|
||||
Reference in New Issue
Block a user