mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
feat(native-fs): mark native fs as stable
This commit is contained in:
10
src/main/frontend/components/widgets.css
Normal file
10
src/main/frontend/components/widgets.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.cp__widgets {
|
||||
&-open-local-directory {
|
||||
.select-file-wrap {
|
||||
padding: 50px;
|
||||
border: dashed 2px;
|
||||
border-radius: var(--border-radius-m);
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user