aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-09-25 06:24:41 +0000
committerShpuld Shpludson <shp@cock.li>2019-09-25 06:24:41 +0000
commit61bb02ef0631b534e1a80a3b08f0e27c1a1c8e66 (patch)
tree38aaa7778ce589d5c79965e8c411d798e9b64d2d /src/components/notifications/notifications.scss
parentdcef84363ff0656940d095d2c010ca13252000e8 (diff)
parentf8139e369c0ca4ae90cca78c5d1fee69b88375d6 (diff)
Merge branch '657' into 'develop'
Collapse fav/repeat notifications from muted users Closes #657 See merge request pleroma/pleroma-fe!945
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 622d12f4..71876b14 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -33,7 +33,6 @@
.notification {
box-sizing: border-box;
- display: flex;
border-bottom: 1px solid;
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
@@ -47,6 +46,10 @@
}
}
+ .muted {
+ padding: .25em .6em;
+ }
+
.non-mention {
display: flex;
flex: 1;