mirror of
https://github.com/zadam/trilium.git
synced 2026-06-18 16:19:46 +02:00
chore(standalone/setup): improve layout of title
This commit is contained in:
@@ -82,6 +82,7 @@ body.setup {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
>footer {
|
||||
@@ -148,7 +149,7 @@ body.setup {
|
||||
.sync-illustration {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: 1.5rem;
|
||||
|
||||
.tn-icon {
|
||||
font-size: 3em;
|
||||
@@ -161,6 +162,7 @@ body.setup {
|
||||
text-align: center;
|
||||
gap: 0.5rem;
|
||||
line-height: 1;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.sync-illustration-arrows {
|
||||
@@ -178,6 +180,16 @@ body.setup {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.4em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 + p {
|
||||
text-align: center;
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes lds-ring {
|
||||
|
||||
Reference in New Issue
Block a user