mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Unified History: Place the UnifiedHistory
icon (#98092)
This commit is contained in:
parent
8375623b91
commit
5d923095b9
@ -73,8 +73,8 @@ export const SingleTopBar = memo(function SingleTopBar({
|
||||
|
||||
<Stack gap={0.5} alignItems="center">
|
||||
<TopSearchBarCommandPaletteTrigger />
|
||||
<QuickAdd />
|
||||
{unifiedHistoryEnabled && <HistoryContainer />}
|
||||
<QuickAdd />
|
||||
{enrichedHelpNode && (
|
||||
<Dropdown overlay={() => <TopNavBarMenu node={enrichedHelpNode} />} placement="bottom-end">
|
||||
<ToolbarButton iconOnly icon="question-circle" aria-label="Help" />
|
||||
@ -115,9 +115,8 @@ const getStyles = (theme: GrafanaTheme2, menuDockedAndOpen: boolean) => ({
|
||||
justifyContent: 'space-between',
|
||||
|
||||
[theme.breakpoints.up('lg')]: {
|
||||
gridTemplateColumns: '2fr minmax(440px, 1fr)',
|
||||
gridTemplateColumns: '2fr minmax(550px, 1fr)',
|
||||
display: 'grid',
|
||||
|
||||
justifyContent: 'flex-start',
|
||||
},
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user