diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-12 23:03:02 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-12 23:03:02 +1100 |
| commit | 006e83279a2faf66a5b88ea1d7160d8e6adc54fe (patch) | |
| tree | db798d33e0a01ed77e5f72cd55da253a94b95061 /scss | |
| parent | notification popups (diff) | |
| download | caelestia-shell-006e83279a2faf66a5b88ea1d7160d8e6adc54fe.tar.gz caelestia-shell-006e83279a2faf66a5b88ea1d7160d8e6adc54fe.tar.bz2 caelestia-shell-006e83279a2faf66a5b88ea1d7160d8e6adc54fe.zip | |
notifpopups: use correct exclusivity
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/notifpopups.scss | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |