summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-12 23:03:02 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-12 23:03:02 +1100
commit006e83279a2faf66a5b88ea1d7160d8e6adc54fe (patch)
treedb798d33e0a01ed77e5f72cd55da253a94b95061
parentnotification popups (diff)
downloadcaelestia-shell-006e83279a2faf66a5b88ea1d7160d8e6adc54fe.tar.gz
caelestia-shell-006e83279a2faf66a5b88ea1d7160d8e6adc54fe.tar.bz2
caelestia-shell-006e83279a2faf66a5b88ea1d7160d8e6adc54fe.zip
notifpopups: use correct exclusivity
-rw-r--r--modules/notifpopups.tsx1
-rw-r--r--scss/notifpopups.scss3
2 files changed, 1 insertions, 3 deletions
diff --git a/modules/notifpopups.tsx b/modules/notifpopups.tsx
index a9a898c..b4cb899 100644
--- a/modules/notifpopups.tsx
+++ b/modules/notifpopups.tsx
@@ -123,7 +123,6 @@ export default () => (
<window
namespace="notifpopups"
anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.RIGHT | Astal.WindowAnchor.BOTTOM}
- exclusivity={Astal.Exclusivity.IGNORE}
>
<box
vertical
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 {