feat(standalone/setup): use segmented cards for sync setup

This commit is contained in:
Elian Doran
2026-03-25 20:23:57 +02:00
parent ae996e8847
commit 04db52145d
2 changed files with 36 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ body.setup {
display: flex;
flex-direction: column;
gap: 2rem;
height: 550px;
height: 600px;
width: 700px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
overflow: hidden;
@@ -42,6 +42,10 @@ body.setup {
justify-content: center;
gap: 1rem;
&.centered {
flex-grow: 1;
}
.setup-option-card {
padding: 1.5em;
cursor: pointer;