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 b54e14a2f8 - Show all commits

View file

@ -38,6 +38,7 @@ function runCallback(item: ContextMenuItem) {
border: .1rem solid var(--reply-text-color);
background-color: var(--sidebar-highlighted-background-color);
text-align: left;
z-index: 100;
}
.context-menu-item {