lots of work
This commit is contained in:
parent
552ba7f3c9
commit
75bd06cac3
19 changed files with 523 additions and 314 deletions
13
src/routes/(editor)/edit.module.css
Normal file
13
src/routes/(editor)/edit.module.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
.root {
|
||||
display: grid;
|
||||
grid: 100% / auto 1fr;
|
||||
|
||||
& > aside {
|
||||
z-index: 1;
|
||||
|
||||
& > ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue