chore(apps-window): improvements to the style and flowbox stuff

also fixes opening app when clicking on empty space
This commit is contained in:
retrozinndev
2025-06-15 10:11:53 -03:00
parent 143a4c92b2
commit 52c1659adb
2 changed files with 16 additions and 15 deletions
+7 -3
View File
@@ -4,14 +4,18 @@
@use "./functions";
.apps-window-container {
padding: 24px;
$radius: 48px;
padding: 28px;
background: colors.$bg-translucent;
border-radius: 32px 32px 0 0;
border-radius: $radius $radius 0 0;
& > entry {
background: rgba(colors.$bg-primary, .4);
margin-bottom: 32px;
min-width: 400px;
min-width: 450px;
padding: 14px;
border-radius: 18px;
}
& flowbox {