notifpopups: fix shadow (ish)
Ugh shadow still gets cut off at the bottom of all popups except the last
This commit is contained in:
parent
ba204cde9d
commit
3c8714c36a
1 changed files with 7 additions and 1 deletions
|
|
@ -18,12 +18,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notifpopups {
|
.notifpopups {
|
||||||
min-width: lib.s(410);
|
min-width: lib.s(425);
|
||||||
padding-left: lib.s(10); // So notifications can overshoot for init animation
|
padding-left: lib.s(10); // So notifications can overshoot for init animation
|
||||||
|
|
||||||
|
// For shadow
|
||||||
|
& > :last-child .wrapper {
|
||||||
|
padding-bottom: lib.s(15);
|
||||||
|
}
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
padding-top: lib.s(10);
|
padding-top: lib.s(10);
|
||||||
|
padding-left: lib.s(15); // For shadow
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue