mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Increase navigation width + make icons a consistent size (#39959)
* Navigation: Increase navigation width + make icons a consistent size * Navigation: Move style to only apply to headers
This commit is contained in:
parent
991b5fee3d
commit
a3783a4eb7
@ -80,7 +80,7 @@ export function createComponents(colors: ThemeColors, shadows: ThemeShadows): Th
|
||||
background: colors.mode === 'dark' ? 'rgba(0, 0, 0, 0.45)' : 'rgba(208, 209, 211, 0.24)',
|
||||
},
|
||||
sidemenu: {
|
||||
width: 44,
|
||||
width: 48,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
@ -75,6 +75,7 @@ const getStyles = (
|
||||
|
||||
return {
|
||||
header: css`
|
||||
align-items: center;
|
||||
background-color: ${theme.colors.background.secondary};
|
||||
border: none;
|
||||
color: ${theme.colors.text.primary};
|
||||
|
@ -152,8 +152,8 @@ const getStyles = (theme: GrafanaTheme2, isActive: Props['isActive']) => ({
|
||||
|
||||
img {
|
||||
border-radius: 50%;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
`,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user