diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/notifpopups.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index cec24a4..4daacaf 100644 --- a/scss/notifpopups.scss +++ b/scss/notifpopups.scss @@ -18,12 +18,18 @@ } .notifpopups { - min-width: lib.s(410); + min-width: lib.s(425); padding-left: lib.s(10); // So notifications can overshoot for init animation + // For shadow + & > :last-child .wrapper { + padding-bottom: lib.s(15); + } + .notification { .wrapper { padding-top: lib.s(10); + padding-left: lib.s(15); // For shadow } .inner { |