Web:Common:Navigation: hide toggle info-panel button for tablet devices with width more than 1024px

This commit is contained in:
TimofeyBoyko 2022-06-21 17:37:21 +03:00
parent df643196c2
commit 1385f1126a

View File

@ -55,6 +55,7 @@ const StyledInfoPanelToggleWrapper = styled.div`
${isMobile &&
css`
display: none;
margin-left: ${(props) => (props.isRootFolder ? "auto" : "0")};
`}