@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 { motion } from 'framer-motion';
|
||||
import { useRecoilValue } from 'recoil';
|
||||
import { AnimatedButton } from 'twenty-ui/input';
|
||||
import { AppTooltip, TooltipDelay, TooltipPosition } from 'twenty-ui/display';
|
||||
import { AnimatedButton } from 'twenty-ui/input';
|
||||
import { getOsControlSymbol, useIsMobile } from 'twenty-ui/utilities';
|
||||
|
||||
const StyledButtonWrapper = styled.div`
|
||||
@ -118,7 +118,7 @@ export const PageHeaderToggleCommandMenuButton = () => {
|
||||
const theme = useTheme();
|
||||
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<StyledButtonWrapper>
|
||||
<div id="toggle-command-menu-button">
|
||||
<AnimatedButton
|
||||
@ -153,6 +153,6 @@ export const PageHeaderToggleCommandMenuButton = () => {
|
||||
noArrow
|
||||
/>
|
||||
</StyledTooltipWrapper>
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
@ -72,7 +72,7 @@ const StyledTopBarIconStyledTitleContainer = styled.div`
|
||||
const StyledPageActionContainer = styled.div`
|
||||
display: inline-flex;
|
||||
gap: ${({ theme }) => theme.spacing(2)};
|
||||
flex: 1 0 1;
|
||||
flex: 1 0 auto;
|
||||
`;
|
||||
|
||||
const StyledTopBarButtonContainer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user