ags(notifications): reset notification timeout on replaced + better styles

This commit is contained in:
retrozinndev
2025-03-10 21:18:06 -03:00
parent 19c90581ae
commit 8ae855d6e0
4 changed files with 59 additions and 45 deletions
+3 -14
View File
@@ -7,19 +7,8 @@
top: 6px;
};
& revealer {
padding: 6px;
& > .notification {
box-shadow: 0 0 4px .5px colors.$bg-translucent;
}
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
& > .notification {
margin: 6px;
box-shadow: 0 0 4px .5px colors.$bg-translucent;
}
}