mirror of
https://github.com/zadam/trilium.git
synced 2026-06-18 18:09:46 +02:00
feat(standalone/setup): use segmented cards for sync setup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user