From bc9c83b6c33d460a574fbeb764c23bfbe941b4c0 Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 23 Jan 2025 18:55:52 +0000 Subject: implement blocking users it doesn't work yet for notifications! but i think i got it in most other places --- static/note.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index 7e0f529..3051488 100644 --- a/static/note.css +++ b/static/note.css @@ -167,3 +167,10 @@ article.note { } } } + +article.note.hidden { + padding-top: 0; + padding-bottom: 0; + display: block; + text-align: center; +} -- cgit v1.3