fix adopt search mobile layout

This commit is contained in:
2026-04-15 22:51:39 -06:00
parent 3ff7df6f88
commit 2fecdca917

View File

@@ -3048,13 +3048,20 @@ body {
width: 100%; width: 100%;
} }
.adopt-search-form { .adopt-controls-row {
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
} }
.adopt-search-form {
flex-direction: column;
align-items: stretch;
width: 100%;
}
.adopt-search-input { .adopt-search-input {
max-width: 100%; max-width: 100%;
width: 100%;
} }
.adopt-search-btn, .adopt-search-btn,