diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-12-22 10:48:01 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-12-22 10:48:01 +0000 |
| commit | 515dcfd3395ce4c6bd228e6bfc20120de78976c1 (patch) | |
| tree | a0da28a24e6cd146cb1465a56530231b85df5783 /src/components/notifications | |
| parent | cb175d3f65ea79acc54949a3e33e926ce1357733 (diff) | |
| parent | 8a594e2f98f49eeff105de9c956764c15a0ef80a (diff) | |
Merge branch 'expand-notifications' into 'develop'
add icon to allow expand collapsed (status-related) notifications
Closes #1224
See merge request pleroma/pleroma-fe!1701
Diffstat (limited to 'src/components/notifications')
| -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 { |
