Web:Client:Studio: fix display header-navigation-items

This commit is contained in:
Timofey Boyko 2022-03-18 13:03:49 +03:00
parent a72ca37013
commit a93ac93785

View File

@ -108,7 +108,7 @@ const versionBadgeProps = {
const StyledNavigationIconsWrapper = styled.div` const StyledNavigationIconsWrapper = styled.div`
height: 20px; height: 20px;
position: absolute; position: absolute;
left: ${isMobile ? "254px" : "280px"}; left: ${isMobile ? "254px" : "275px"};
display: ${isMobileOnly ? "none" : "flex"}; display: ${isMobileOnly ? "none" : "flex"};
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;