notifpopups: use correct exclusivity
This commit is contained in:
parent
54a6267957
commit
006e83279a
2 changed files with 1 additions and 3 deletions
|
|
@ -123,7 +123,6 @@ export default () => (
|
||||||
<window
|
<window
|
||||||
namespace="notifpopups"
|
namespace="notifpopups"
|
||||||
anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.RIGHT | Astal.WindowAnchor.BOTTOM}
|
anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.RIGHT | Astal.WindowAnchor.BOTTOM}
|
||||||
exclusivity={Astal.Exclusivity.IGNORE}
|
|
||||||
>
|
>
|
||||||
<box
|
<box
|
||||||
vertical
|
vertical
|
||||||
|
|
|
||||||
|
|
@ -18,12 +18,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notifpopups {
|
.notifpopups {
|
||||||
margin-top: lib.s(50); // Bar offset
|
|
||||||
min-width: lib.s(410);
|
min-width: lib.s(410);
|
||||||
padding-left: lib.s(10); // So notifications can overshoot for init animation
|
padding-left: lib.s(10); // So notifications can overshoot for init animation
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
padding-bottom: lib.s(10);
|
padding-top: lib.s(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup {
|
.popup {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue