From 5a6300f473b8be0e90a16e2b5992299b0ea1ddff Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 27 Jan 2025 19:45:39 +0000 Subject: context menus and note deletion --- static/note.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index 28f6fff..9b9eb65 100644 --- a/static/note.css +++ b/static/note.css @@ -133,8 +133,8 @@ article.note { padding: 0; display: grid; grid-auto-flow: column; + grid-template-columns: auto auto auto auto 1fr; gap: var(--spacing-double); - width: max-content; .interactButtonContainer { display: flex; @@ -155,6 +155,13 @@ article.note { } } + .right { + justify-self: end; + color: var(--clr-action-default); + display: flex; + align-items: center; + } + label { margin-left: var(--spacing-half); font-weight: bold; -- cgit v1.3