@Bonapara Related Issue: Fixes #11438. Screenshot:  --------- Co-authored-by: guillim <guigloo@msn.com> Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -7,8 +7,8 @@ import { i18n } from '@lingui/core';
|
|||||||
import { t } from '@lingui/core/macro';
|
import { t } from '@lingui/core/macro';
|
||||||
import { motion } from 'framer-motion';
|
import { motion } from 'framer-motion';
|
||||||
import { useRecoilValue } from 'recoil';
|
import { useRecoilValue } from 'recoil';
|
||||||
import { AnimatedButton } from 'twenty-ui/input';
|
|
||||||
import { AppTooltip, TooltipDelay, TooltipPosition } from 'twenty-ui/display';
|
import { AppTooltip, TooltipDelay, TooltipPosition } from 'twenty-ui/display';
|
||||||
|
import { AnimatedButton } from 'twenty-ui/input';
|
||||||
import { getOsControlSymbol, useIsMobile } from 'twenty-ui/utilities';
|
import { getOsControlSymbol, useIsMobile } from 'twenty-ui/utilities';
|
||||||
|
|
||||||
const StyledButtonWrapper = styled.div`
|
const StyledButtonWrapper = styled.div`
|
||||||
@ -118,7 +118,7 @@ export const PageHeaderToggleCommandMenuButton = () => {
|
|||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<div>
|
||||||
<StyledButtonWrapper>
|
<StyledButtonWrapper>
|
||||||
<div id="toggle-command-menu-button">
|
<div id="toggle-command-menu-button">
|
||||||
<AnimatedButton
|
<AnimatedButton
|
||||||
@ -153,6 +153,6 @@ export const PageHeaderToggleCommandMenuButton = () => {
|
|||||||
noArrow
|
noArrow
|
||||||
/>
|
/>
|
||||||
</StyledTooltipWrapper>
|
</StyledTooltipWrapper>
|
||||||
</>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@ -72,7 +72,7 @@ const StyledTopBarIconStyledTitleContainer = styled.div`
|
|||||||
const StyledPageActionContainer = styled.div`
|
const StyledPageActionContainer = styled.div`
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
gap: ${({ theme }) => theme.spacing(2)};
|
gap: ${({ theme }) => theme.spacing(2)};
|
||||||
flex: 1 0 1;
|
flex: 1 0 auto;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledTopBarButtonContainer = styled.div`
|
const StyledTopBarButtonContainer = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user