diff options
| author | Henry Jameson <me@hjkos.com> | 2022-12-19 22:20:15 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-12-19 22:20:15 +0200 |
| commit | efdcfedfbeabcb71ad1756e993eba6a4c6ac720a (patch) | |
| tree | 7174da075c333974b3dbf7b178c12f32ea49fc70 /src/components/notifications/notifications.scss | |
| parent | bcb24938aa2891b604a5b9285836eb70654c87ea (diff) | |
add icon to allow expand collapsed (status-related) notifications
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index f71f9b76..9b241565 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -112,6 +112,16 @@ min-width: 3em; text-align: right; } + + .timeago-link { + margin-right: 0.2em; + } + + .expand-icon { + .svg-inline--fa { + margin-left: 0.25em; + } + } } .emoji-reaction-emoji { |
