Fix searchbar styling

This commit is contained in:
Tyler Hallada 2022-03-14 23:42:09 -04:00
parent 621cb6a9f8
commit 8c86871723

View File

@ -11,10 +11,16 @@
left: calc(50% - max(20vw, 125px));
}
@media only screen and (min-width: 600px) {
.search-bar.search-bar-sidebar-open {
left: calc(50% + 75px);
}
.search-bar.search-bar-focused.search-bar-sidebar-open {
left: calc(50% - max(20vw, 125px) + 125px);
}
}
.search-bar input {
width: 150px;
border-radius: 8px;