Pass parent to context menu; keep icon scaled

This commit is contained in:
jelveh
2026-04-19 19:44:41 -07:00
parent d66b70e05e
commit 1260bd506b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -250,6 +250,7 @@ const TabApps = {
e.stopPropagation();
UIContextMenu({
parent_element: $(this),
position: { top: e.clientY, left: e.clientX },
items,
});
+1 -1
View File
@@ -733,7 +733,7 @@ body {
}
@media (hover: hover) {
.myapps-tile:hover .myapps-tile-icon {
.myapps-tile:hover .myapps-tile-icon, .myapps-tile.has-open-contextmenu .myapps-tile-icon{
transform: scale(1.08);
}
}