ags: add ask popup, make notifications work(finally :3) and more improvements

This commit is contained in:
retrozinndev
2025-03-09 13:45:07 -03:00
parent 161c811841
commit 59ef5e4aa7
67 changed files with 2005 additions and 731 deletions
+5 -21
View File
@@ -1,4 +1,5 @@
@use "./colors";
@use "./mixins";
.floating-notifications-container {
padding: {
@@ -6,28 +7,11 @@
top: 6px;
};
& > .notification {
background: colors.$bg-primary;
border-radius: 16px;
padding: 12px;
margin: 6px 0;
& revealer {
padding: 6px;
& > .top {
& .app-name {
font-size: 12px;
color: colors.$fg-disabled;
}
}
& .content {
& .image {
$size: 78px;
min-width: $size;
min-height: $size;
background-size: cover;
background-position: center 0;
margin: 6px;
}
& > .notification {
box-shadow: 0 0 4px .5px colors.$bg-translucent;
}
&:first-child {