From 478cf68228b0157da9446354a993804ddac65d51 Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 8 May 2025 21:34:04 +0100 Subject: add automated account indicator --- static/note.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index 09dbd60..6c88697 100644 --- a/static/note.css +++ b/static/note.css @@ -147,7 +147,9 @@ article.note { text-decoration: underline; } } - .privacyScope.inlineIcon { + .privacyScope { + display: flex; + gap: var(--spacing-half); align-self: center; } } -- cgit v1.3