Skip to content

Commit

Permalink
[Launcher] Try to make rounded corners for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jramke committed Jun 29, 2024
1 parent 0af71af commit caaa10b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/launcher/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"resizable": false,
"maximizable": false,
"skipTaskbar": true,
"shadow": true
"shadow": false
}
],
"security": {
Expand Down
5 changes: 4 additions & 1 deletion apps/launcher/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
@apply border-border;
}
#stashlist {
@apply bg-background text-foreground;
@apply text-foreground;
min-height: 100%;
}
body, main {
height: 100vh;
}
main {
@apply bg-background rounded-[10px] overflow-hidden;
}

/* [data-sonner-toaster] {
--mobile-offset: 0px !important;
Expand Down

0 comments on commit caaa10b

Please sign in to comment.