aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-06-14 13:38:24 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-06-14 13:38:24 +0000
commit8a15900c81eb6d1e1ec7f5f77868211f4da354e0 (patch)
treed3c44a148beb1db855a3b235de42bdcc77c6af43 /src/components/notifications/notifications.scss
parent7de56a8063e6c8ef1c0f3bbe87428f5887c38485 (diff)
parentc0a4752bd5435f7c99cc711a111bd45b8d85a1fc (diff)
Merge branch 'themes-fixes' into 'develop'
Several small fixes Closes #866 and #864 See merge request pleroma/pleroma-fe!1145
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss23
1 files changed, 9 insertions, 14 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index b675af5a..20797cf9 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -54,25 +54,20 @@
flex-wrap: nowrap;
padding: 0.6em;
min-width: 0;
+
.avatar-container {
width: 32px;
height: 32px;
}
- .status-el {
- .status {
- padding: 0.25em 0;
- color: $fallback--faint;
- color: var(--faint, $fallback--faint);
- a {
- color: var(--faintLink);
- }
- .status-content a {
- color: var(--postFaintLink);
- }
+
+ .status-body {
+ color: $fallback--faint;
+ color: var(--faint, $fallback--faint);
+ a {
+ color: var(--faintLink);
}
- padding: 0;
- .media-body {
- margin: 0;
+ .status-content a {
+ color: var(--postFaintLink);
}
}
}