Commit c2ffab32 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: center SearchBar vertically (#4677)

* fix: center SearchBar vertically

* oops
parent dbb62b61
......@@ -34,6 +34,7 @@ export const searchBarContainer = style([
'@media': {
[`screen and (min-width: ${breakpoints.lg}px)`]: {
right: `-${DESKTOP_NAVBAR_WIDTH / 2 - MAGNIFYING_GLASS_ICON_WIDTH}px`,
top: '-5px',
},
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment