From 3c8714c36aac69fd499b34cc0e68729bf71f7728 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:20:29 +1100 Subject: notifpopups: fix shadow (ish) Ugh shadow still gets cut off at the bottom of all popups except the last --- scss/notifpopups.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3-freya