notifpopups: fix shadow (ish)

Ugh shadow still gets cut off at the bottom of all popups except the last
This commit is contained in:
2 * r + 2 * t 2025-01-27 12:20:29 +11:00
parent ba204cde9d
commit 3c8714c36a

View file

@ -18,12 +18,18 @@
} }
.notifpopups { .notifpopups {
min-width: lib.s(410); min-width: lib.s(425);
padding-left: lib.s(10); // So notifications can overshoot for init animation padding-left: lib.s(10); // So notifications can overshoot for init animation
// For shadow
& > :last-child .wrapper {
padding-bottom: lib.s(15);
}
.notification { .notification {
.wrapper { .wrapper {
padding-top: lib.s(10); padding-top: lib.s(10);
padding-left: lib.s(15); // For shadow
} }
.inner { .inner {