Shared:Components:ContextMenu: fix padding for touch devices

This commit is contained in:
Timofey Boyko 2024-04-19 11:03:55 +03:00
parent 8a37ae4094
commit c98a366b1b

View File

@ -261,6 +261,10 @@ const StyledContextMenu = styled.div<{
-webkit-touch-callout: none;
@media ${tablet} {
padding: 0 16px;
}
&:hover {
background-color: ${(props) =>
props.noHover