Web:Client:ProfileMenu: delete useless code

This commit is contained in:
TimofeyBoyko 2022-07-05 19:48:46 +03:00
parent ddb52be77b
commit 545e4c0142

View File

@ -9,12 +9,7 @@ import styled, { css } from "styled-components";
import DropDownItem from "@appserver/components/drop-down-item";
import { isMobileOnly } from "react-device-detect";
import { Base } from "@appserver/components/themes";
import {
isHugeMobile,
mobile,
size,
tablet,
} from "@appserver/components/utils/device";
import { mobile, tablet } from "@appserver/components/utils/device";
import CrossIcon from "@appserver/components/public/static/images/cross.react.svg";
import Portal from "@appserver/components/portal";
@ -34,8 +29,6 @@ const StyledDropDown = styled(DropDown)`
props.isBannerVisible && props.withPortal ? "134px" : "54px"} !important;
right: 20px !important;
max-height: 100%;
@media ${tablet} {
right: 16px !important;
}