Add description to context menu + Improve context menu position and size

This commit is contained in:
Eric NGUYEN 2022-10-04 16:30:55 +02:00
parent 84f968a872
commit cc84e59701
4 changed files with 31 additions and 8 deletions

View file

@ -109,8 +109,12 @@
transition-all duration-100 scale-0 origin-left
}
.contextmenu {
@apply grid grid-cols-1 gap-0
}
.contextmenu-item {
@apply px-2 py-1 hover:bg-slate-300 text-left
@apply px-2 py-1 hover:bg-slate-300 text-left w-full
}
.input-group {