polished the UI a bit. next up: saving changes (and maybe a diff ui as confirmation dialog)

This commit is contained in:
Chris Kruining 2024-10-16 16:13:12 +02:00
parent 1a963a665e
commit 7db65413be
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
9 changed files with 323 additions and 117 deletions

View 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);
}