Fix Bug 60554 - Mobile. There is no action menu button in the info panel of files and folders on smartphones

This commit is contained in:
Elyor Djalilov 2023-01-17 12:17:45 +05:00
parent 5b80519bc1
commit 207d825460

View File

@ -46,8 +46,7 @@ const StyledTitle = styled.div`
z-index: 100;
@media ${tablet} {
width: 440px;
padding: 24px 0 24px 20px;
padding: 24px 20px 24px 20px;
}
@media ${mobile} {