Good goy
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 47s

This commit is contained in:
2026-06-08 11:24:57 +02:00
parent 0fb4f01892
commit baee3c43b9
3 changed files with 20 additions and 2 deletions

View File

@@ -38,6 +38,14 @@ onMounted(() => {
border: 1px solid var(--color-border);
overflow: visible;
.context-menu-divider {
height: 1px;
margin: 4px 0;
border-top: 1px solid var(--color-border);
background-color: transparent;
border: none;
}
.context-menu-element {
&:last-child {
border-width: 1px 1px 1px 1px;