Web:Common:Components: disable mobile view for sort button of filter block over than 428px

This commit is contained in:
Timofey Boyko 2022-04-25 11:15:51 +03:00
parent 0476dc6ff4
commit 5463b60bcf

View File

@ -68,12 +68,10 @@ const StyledSortButton = styled.div`
min-width: 200px;
margin-top: 3px;
@media ${mobile} {
@media (max-width: 428px) {
${mobileView}
}
${isMobileOnly && mobileView}
.view-selector-item {
display: flex;
align-items: center;