Made search bar bigger

This commit is contained in:
Alexis
2025-01-12 21:05:46 +01:00
parent d78be195df
commit 1c05d22409

View File

@@ -287,7 +287,7 @@ function resetAllFields(actionAfter?: "focusAfter") {
pointer-events: all; pointer-events: all;
@media screen and (width >= 900px) { @media screen and (width >= 900px) {
width: 25%; width: 30%;
margin-right: .75rem; margin-right: .75rem;
} }
@@ -440,8 +440,8 @@ function resetAllFields(actionAfter?: "focusAfter") {
img { img {
display: block; display: block;
width: 100%; width: 100%;
max-height: 15dvh; max-height: 22.5dvh;
max-height: 15vh; max-height: 22.5vh;
object-fit: cover; object-fit: cover;
} }