diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-11 15:14:30 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-11 15:14:30 +0200 |
| commit | 5c064ccf553ffcd3286ad1b3305633c5c4c4c0c4 (patch) | |
| tree | 0fd40cb39d9860bab53852613ec6111d4e6f1617 /src/components/notifications/notifications.scss | |
| parent | 3d95ea6acbd47cabee519b2450647512ac2d5b46 (diff) | |
fix some css problems + tiny bit cleaning up
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 682ae127..2bb627a8 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -1,6 +1,6 @@ @import '../../_variables.scss'; -.notifications { +.Notifications { &:not(.minimal) { // a bit of a hack to allow scrolling below notifications padding-bottom: 15em; @@ -11,6 +11,10 @@ color: var(--text, $fallback--text); } + .notifications-footer { + border: none; + } + .notification { position: relative; @@ -82,7 +86,6 @@ } } - .follow-text, .move-text { padding: 0.5em 0; overflow-wrap: break-word; |
