Commit 8a9ade5f authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: shorten SearchBar height (#4766)

* fix: shorten SearchBar height

* fix positioning
parent a3e567bc
......@@ -34,7 +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',
top: '-3px',
},
},
},
......@@ -57,10 +57,9 @@ export const searchBarInput = style([
color: { default: 'textPrimary', placeholder: 'textTertiary' },
border: 'none',
background: 'none',
lineHeight: '24',
height: 'full',
}),
{
lineHeight: '24px',
},
])
export const searchBarDropdown = style([
......
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