diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-01-03 10:16:42 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-01-03 10:16:42 +0000 |
| commit | ad97e03b59783d655c7d414e27b0bce41a6a4ee6 (patch) | |
| tree | 817b578e53b884c4b5facd63c166b522f59a8978 /src/components/notifications | |
| parent | 1a82a00a2b45041c35b72ab16ee34c120341b652 (diff) | |
| parent | 215662afdee3935f66e5fbd73260e2039f5216de (diff) | |
Merge branch 'fix-move-type-notification' into 'develop'
Fix for move type notification
See merge request pleroma/pleroma-fe!1026
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 71876b14..148ac7f2 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -76,7 +76,7 @@ } } - .follow-text { + .follow-text, .move-text { padding: 0.5em 0; } @@ -151,6 +151,11 @@ color: var(--cOrange, $fallback--cOrange); } + .icon-arrow-curved.lit { + color: $fallback--cBlue; + color: var(--cBlue, $fallback--cBlue); + } + .status-content { margin: 0; max-height: 300px; |
