Navigation: Command palette topnav tweaks (#61991)

stylings tweaks to command palette
This commit is contained in:
Ashley Harrison
2023-01-26 10:03:16 +00:00
committed by GitHub
parent c4e067d49d
commit a3b396854a
5 changed files with 115 additions and 84 deletions

View File

@@ -79,7 +79,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
justifyContent: 'space-between',
[theme.breakpoints.up('sm')]: {
gridTemplateColumns: '2fr minmax(200px, 1fr) 2fr', // search should not be smaller than 200px
gridTemplateColumns: '1.5fr minmax(200px, 1fr) 1.5fr', // search should not be smaller than 200px
display: 'grid',
justifyContent: 'flex-start',