mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AppChrome: Fixes topnav height (#80342)
* AppChrome: Fixes top padding * better fix
This commit is contained in:
parent
85d68b88cf
commit
2fd26e2773
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user