Changed width of search bar

This commit is contained in:
Alexis
2025-03-15 21:28:59 +01:00
parent a6063dd47b
commit f3ceb3527e

View File

@@ -290,7 +290,8 @@ function resetAllFields(actionAfter?: "focusAfter") {
pointer-events: all; pointer-events: all;
@media screen and (width >= 900px) { @media screen and (width >= 900px) {
width: 30%; width: clamp(25rem, 35dvw, 30rem);
width: clamp(25rem, 35vw, 30rem);
margin-right: .75rem; margin-right: .75rem;
} }