mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
11 lines
237 B
CSS
11 lines
237 B
CSS
.cp__widgets {
|
|
&-open-local-directory {
|
|
.select-file-wrap {
|
|
padding: 50px;
|
|
border: dashed 2px;
|
|
border-radius: var(--border-radius-m);
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|