1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

!feat: remove "pointer: coarse" media #117

This commit is contained in:
2025-05-06 22:58:52 +03:00
parent 5d4a59153a
commit f5bf0db039
3 changed files with 3 additions and 18 deletions
@@ -86,12 +86,7 @@ export const useStyles_TabView = makeStyles({
},
deleteButton:
{
display: "none",
"@media (pointer: coarse)":
{
display: "inline-flex"
}
display: "none"
},
showDeleteButton:
{