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/profile.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/profile.css') diff --git a/static/profile.css b/static/profile.css index 7783206..c2e48ed 100644 --- a/static/profile.css +++ b/static/profile.css @@ -34,6 +34,12 @@ } } + .profileMiniActions { + display: grid; + grid-auto-flow: column; + gap: var(--spacing-double); + } + .profileActions { display: grid; justify-content: end; -- cgit v1.3