diff options
| author | winter | 2025-01-27 19:45:39 +0000 |
|---|---|---|
| committer | winter | 2025-01-27 19:45:39 +0000 |
| commit | 5a6300f473b8be0e90a16e2b5992299b0ea1ddff (patch) | |
| tree | 844d3422a1c9575a4cecd56f32c1c7eba0358efd /static/note.css | |
| parent | 9d59fd65b70b5b7588e4786f52f9cff1c3807426 (diff) | |
context menus and note deletion
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 9 |
1 files changed, 8 insertions, 1 deletions
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; |
