ags(apps-window): new style for apps-window! it now looks more integrated to the shell design

This commit is contained in:
retrozinndev
2025-04-13 15:43:07 -03:00
parent e52f8c34bf
commit bcaf4bf286
3 changed files with 39 additions and 30 deletions
+4 -2
View File
@@ -5,7 +5,9 @@
.apps-window-container {
padding: 24px;
background: rgba(0, 0, 0, .2);
background: colors.$bg-translucent;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
& > entry {
background: rgba(colors.$bg-primary, .4);
@@ -27,7 +29,6 @@
padding: 16px 24px;
& > flowboxchild {
& > button {
padding: 8px;
border-radius: 24px;
@@ -39,6 +40,7 @@
& label {
margin-top: 6px;
text-shadow: 1px 1px 1px rgba(colors.$bg-primary, .2);
font-weight: 500;
}
}