diff options
| author | winter | 2025-05-08 21:34:04 +0100 |
|---|---|---|
| committer | winter | 2025-05-08 21:34:04 +0100 |
| commit | 478cf68228b0157da9446354a993804ddac65d51 (patch) | |
| tree | 1ea86273a94e5a8147e1c2f2dcbb1856e7fef24d /static/note.css | |
| parent | a904294db09ccaa93a5b561e7cd177026010e601 (diff) | |
add automated account indicator
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 4 |
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; } } |
