aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-08-20 20:08:21 +0300
committerHenry Jameson <me@hjkos.com>2018-08-20 20:08:21 +0300
commitf9b0a959695359f6159c5e1507609aba56a34d8d (patch)
treef20f7006d32f8bb6e6bc4082a3400ef11d7572dd /src
parent3ccea3442ec71bee8136886474b877526100ed70 (diff)
removed style for rounding bottom part of notifications because there's now
always "load more" footer
Diffstat (limited to 'src')
-rw-r--r--src/components/notifications/notifications.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 08557ea2..5881fbaa 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -211,15 +211,4 @@
margin-bottom: 0.3em;
}
}
-
- // ugly as heck
- &:last-child {
- border-bottom: none;
- border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
- border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
- .status-el {
- border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
- border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
- }
- }
}