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:
Aman Agrawal
2023-05-30 08:11:33 +05:30
committed by Tim Abbott
parent e2ac125a6d
commit 43b83588c9

View File

@@ -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. */