finished the menu and started implementing file IO
This commit is contained in:
parent
99509c9ba1
commit
f860ba70f1
10 changed files with 408 additions and 92 deletions
8
src/routes/(editor)/index.css
Normal file
8
src/routes/(editor)/index.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
section.index {
|
||||
display: grid;
|
||||
grid: 100% / 20% 1fr;
|
||||
|
||||
& > aside {
|
||||
overflow: clip auto;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue