left_sidebar: Open up grid for topic filter box.

This commit is contained in:
Karl Stolley 2024-10-31 10:40:13 -05:00 committed by Tim Abbott
parent d1ff871523
commit ea26be590f
1 changed files with 5 additions and 4 deletions

View File

@ -1098,11 +1098,12 @@ li.top_left_scheduled_messages {
.topic_search_section {
grid-template-columns:
var(--left-sidebar-toggle-width-offset) 0 0 minmax(0, 1fr) minmax(
var(--left-sidebar-toggle-width-offset) 0 0 [filter-box-start] minmax(
0,
max-content
1fr
)
30px 0;
minmax(0, max-content)
30px [filter-box-end] 0;
}
.topic-box .zero_count {
@ -1157,7 +1158,7 @@ li.top_left_scheduled_messages {
}
.topic-list-filter {
grid-area: row-content;
grid-area: filter-box;
}
#filter-topic-input:placeholder-shown + #clear_search_topic_button {