mirror of
https://github.com/zadam/trilium.git
synced 2026-03-25 05:10:12 +01:00
10 lines
145 B
CSS
10 lines
145 B
CSS
.setup-body-wrapper {
|
|
padding: 2rem;
|
|
|
|
.setup-options {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
}
|