diff options
| author | winter | 2025-03-15 18:35:59 +0000 |
|---|---|---|
| committer | winter | 2025-03-15 18:52:54 +0000 |
| commit | 61b122e88cc6783b4d0cf5142a22002f8e558c60 (patch) | |
| tree | 847b864a93f716157456891d4526077e5f0b93f7 /static/note.css | |
| parent | cb904ef3fb05ab106d5e5e12f6273b8117db4216 (diff) | |
implement pages
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/note.css b/static/note.css index b1453dc..bdb1422 100644 --- a/static/note.css +++ b/static/note.css @@ -73,6 +73,7 @@ article.note { hyphens: auto; overflow-x: hidden; text-overflow: ellipsis; + line-break: anywhere; .selected & { font-size: var(--font-big-size); } @@ -280,6 +281,10 @@ article.note { } } } + + a.button { + margin: var(--spacing-half) 0 var(--spacing-double) 0; + } } .linkPreview { |
