feat: add minimal styles

This commit is contained in:
tux
2025-06-16 23:16:07 +05:30
parent e93f98d154
commit db99f77c26
2 changed files with 40 additions and 33 deletions

View File

@@ -3,12 +3,28 @@ window.app-launcher {
border-radius: $rounded;
padding: 10px;
.app-list {
.search {
min-width: 300px;
padding: 10px;
color: rgba($fg-color, 0.5);
}
separator {
border: 1px solid rgba($inactive-color, 0.5);
}
.list {
background: $bg-color;
}
.app-button {
.button {
border-radius: $rounded;
padding: 10px;
&:hover,
&:focus {
background: $inactive-color;
}
}
.name {