diff --git a/static/style.css b/static/style.css index f0b13b3..2409d9e 100644 --- a/static/style.css +++ b/static/style.css @@ -717,7 +717,7 @@ button.submit:hover > svg { stroke: var(--accent); } align-items: unset; } - #search { + .search_widget_divider_box > #search { flex: 1; min-width: unset; border-right: 0; @@ -736,6 +736,10 @@ button.submit:hover > svg { stroke: var(--accent); } width: 100%; } + #sort_options { + min-width: fit-content; + } + .search_widget_divider_box > select:last-child { border-right: 0; }