This commit is contained in:
syeopite 2024-07-06 14:26:11 -07:00
parent 7572fe5195
commit a21e0c2d13
No known key found for this signature in database
GPG key ID: A73C186DA3955A1A

View file

@ -717,7 +717,7 @@ button.submit:hover > svg { stroke: var(--accent); }
align-items: unset; align-items: unset;
} }
#search { .search_widget_divider_box > #search {
flex: 1; flex: 1;
min-width: unset; min-width: unset;
border-right: 0; border-right: 0;
@ -736,6 +736,10 @@ button.submit:hover > svg { stroke: var(--accent); }
width: 100%; width: 100%;
} }
#sort_options {
min-width: fit-content;
}
.search_widget_divider_box > select:last-child { .search_widget_divider_box > select:last-child {
border-right: 0; border-right: 0;
} }