diff --git a/frontend/style.css b/frontend/style.css index f95e803..d2673a8 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -605,17 +605,20 @@ body.theme-light .setting-item select option { flex-wrap: wrap; height: auto; padding: 12px 16px; + row-gap: 10px; } .search-container { order: 3; width: 100%; max-width: 100%; + flex-basis: 100%; } .actions { order: 2; - width: 100%; + width: auto; + margin-left: auto; justify-content: flex-end; } }