aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/note.css
diff options
context:
space:
mode:
authorwinter2025-05-08 21:34:04 +0100
committerwinter2025-05-08 21:34:04 +0100
commit478cf68228b0157da9446354a993804ddac65d51 (patch)
tree1ea86273a94e5a8147e1c2f2dcbb1856e7fef24d /static/note.css
parenta904294db09ccaa93a5b561e7cd177026010e601 (diff)
add automated account indicator
Diffstat (limited to 'static/note.css')
-rw-r--r--static/note.css4
1 files changed, 3 insertions, 1 deletions
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;
}
}