aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-01-03 10:16:42 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-01-03 10:16:42 +0000
commitad97e03b59783d655c7d414e27b0bce41a6a4ee6 (patch)
tree817b578e53b884c4b5facd63c166b522f59a8978 /src/components/notifications
parent1a82a00a2b45041c35b72ab16ee34c120341b652 (diff)
parent215662afdee3935f66e5fbd73260e2039f5216de (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.scss7
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;