Tweak search box width on small screens

This commit is contained in:
2026-02-24 12:21:03 +04:00
parent eb1445b749
commit 1df77c2045

View File

@@ -769,6 +769,12 @@ button.create-place {
z-index: 3002; /* Higher than menu button to be safe */
}
@media (width <= 768px) {
.search-box {
max-width: calc(100vw - 65px);
}
}
.search-form {
display: flex;
align-items: center;