From 4d7f8450d9a842e2f69754ccaa4202710328dcb7 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 14 Jan 2025 20:44:49 +0000 Subject: add (un)follow button to profile also other stuff i forgot what exactly --- static/profile.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/profile.css') diff --git a/static/profile.css b/static/profile.css index 028c69c..f3f8ead 100644 --- a/static/profile.css +++ b/static/profile.css @@ -23,4 +23,12 @@ font-size: 10pt; } } + + .followInfo { + display: grid; + justify-content: right; + align-items: baseline; + grid-auto-flow: column; + gap: 16px; + } } -- cgit v1.3