aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-12-19 22:20:15 +0200
committerHenry Jameson <me@hjkos.com>2022-12-19 22:20:15 +0200
commitefdcfedfbeabcb71ad1756e993eba6a4c6ac720a (patch)
tree7174da075c333974b3dbf7b178c12f32ea49fc70 /src/components/notifications
parentbcb24938aa2891b604a5b9285836eb70654c87ea (diff)
add icon to allow expand collapsed (status-related) notifications
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/notifications.scss10
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 {