diff options
| author | winter | 2025-01-28 20:34:49 +0000 |
|---|---|---|
| committer | winter | 2025-01-28 20:34:49 +0000 |
| commit | e591374bb4b7d231fadf99d2e278806e53971919 (patch) | |
| tree | 146bc3eeca58fb298dc204341734f55680509c00 /static/form.css | |
| parent | 09a42d23cd067dc5c2a7d4f03e8f074a9317f6c8 (diff) | |
display attachments on notes
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/form.css b/static/form.css index c14b0b7..b309f33 100644 --- a/static/form.css +++ b/static/form.css @@ -63,6 +63,20 @@ form:not(.nopanel):not([hidden]) { &#writeNoteForm { max-width: 100%; + .summaryAndContent { + input:has(+ textarea) { + margin-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom: none; + + textarea { + margin-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + } + } + } + .miniProfile { display: grid; grid-template-columns: max-content 1fr; |
