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
+36 -2
View File
@@ -89,7 +89,7 @@
& > .content {
padding: 8px;
padding-right: 0;
& > .icon {
margin-right: 6px;
}
@@ -101,7 +101,8 @@
}
& > .description {
font-size: 13px;
font-size: 12px;
color: colors.$fg-disabled;
font-weight: 400;
}
}
@@ -123,3 +124,36 @@
}
}
}
.pages > .page {
background: colors.$bg-secondary;
padding: 14px;
border-radius: 24px;
& .header {
margin-bottom: 6px;
& > .title:first-child {
font-size: 20px;
font-weight: 600;
}
& > .description {
font-size: 12px;
font-weight: 500;
color: colors.$fg-disabled;
}
}
&.bluetooth {
.connections button {
@include mixins.hover-shadow;
padding: 6px;
border-radius: 12px;
&.connected {
background: colors.$bg-tertiary;
}
}
}
}