Add description to context menu + Improve context menu position and size
This commit is contained in:
parent
84f968a872
commit
cc84e59701
4 changed files with 31 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue