Make context menu look nicer and handle rendering using v-if #58

Merged
sauceyred merged 12 commits from improved-context-menu into main 2025-08-04 01:55:47 +00:00
Showing only changes of commit 3b2136789e - Show all commits

View file

@ -61,4 +61,8 @@ function runCallback(item: ContextMenuItem) {
background-color: rgb(50, 50, 50);
}
.context-menu-item-danger {
color: var(--danger-text-color);
}
</style>