From 61b122e88cc6783b4d0cf5142a22002f8e558c60 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 18:35:59 +0000 Subject: implement pages --- static/note.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/note.css') 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 { -- cgit v1.3