From 006e83279a2faf66a5b88ea1d7160d8e6adc54fe Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 12 Jan 2025 23:03:02 +1100 Subject: notifpopups: use correct exclusivity --- scss/notifpopups.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index b8e2565..f01bf5a 100644 --- a/scss/notifpopups.scss +++ b/scss/notifpopups.scss @@ -18,12 +18,11 @@ } .notifpopups { - margin-top: lib.s(50); // Bar offset min-width: lib.s(410); padding-left: lib.s(10); // So notifications can overshoot for init animation .wrapper { - padding-bottom: lib.s(10); + padding-top: lib.s(10); } .popup { -- cgit v1.2.3-freya