Made search bar bigger
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user