FIX: Better support for mobile phones

This commit is contained in:
Nicolás Hatcher
2024-10-09 18:08:06 +02:00
committed by Nicolás Hatcher Andrés
parent 58dfdd329e
commit 4016eb5944
5 changed files with 24 additions and 5 deletions

View File

@@ -147,7 +147,6 @@ const FileMenuWrapper = styled("div")`
padding: 10px;
height: 20px;
border-radius: 4px;
margin: 10px;
&:hover {
background-color: #f2f2f2;
}