polished the UI a bit. next up: saving changes (and maybe a diff ui as confirmation dialog)
This commit is contained in:
parent
1a963a665e
commit
7db65413be
9 changed files with 323 additions and 117 deletions
15
src/features/command/contextMenu.module.css
Normal file
15
src/features/command/contextMenu.module.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.menu {
|
||||
position: fixed;
|
||||
display: grid;
|
||||
grid-template-columns: max-content;
|
||||
|
||||
inset-inline-start: anchor(start);
|
||||
inset-block-start: anchor(end);
|
||||
margin: 0;
|
||||
|
||||
background-color: var(--surface-1);
|
||||
color: var(--text-1);
|
||||
border: none;
|
||||
|
||||
padding: var(--padding-m);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue