AppChrome: Fixes topnav height (#80342)

* AppChrome: Fixes top padding

* better fix
This commit is contained in:
Torkel Ödegaard 2024-01-11 10:33:38 +01:00 committed by GitHub
parent 85d68b88cf
commit 2fd26e2773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,6 @@ const getStyles = (theme: GrafanaTheme2) => {
boxShadow: config.featureToggles.dockedMegaMenu ? undefined : shadow,
background: theme.colors.background.primary,
flexDirection: 'column',
borderBottom: `1px solid ${theme.colors.border.weak}`,
}),
panes: css({
label: 'page-panes',

View File

@ -97,6 +97,7 @@ const getStyles = (theme: GrafanaTheme2) => {
display: 'flex',
padding: theme.spacing(0, 1, 0, 2),
alignItems: 'center',
borderBottom: `1px solid ${theme.colors.border.weak}`,
}),
menuButton: css({
display: 'flex',