diff options
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; } } |
