aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-25 23:50:22 +0300
committerHenry Jameson <me@hjkos.com>2022-04-25 23:50:22 +0300
commit2a6f42fef3ff9c087aab4589d229e0f6c1b45c90 (patch)
tree6b679101262ec41c043259adf15d5c1143aa3b1c /src/components/notifications/notifications.scss
parentf2b75a075da546739a659566f3be16e9e1e59949 (diff)
unified how panel-footer works between regular timelines and user timeline
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 976688d1..07abee27 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -11,10 +11,6 @@
color: var(--text, $fallback--text);
}
- .notifications-footer {
- border: none;
- }
-
.notification {
position: relative;
@@ -47,6 +43,10 @@
}
}
+ &:last-child .Notification {
+ border-bottom: none;
+ }
+
.non-mention {
display: flex;
flex: 1;