still working on saving files
This commit is contained in:
parent
e363ee1844
commit
c96348e888
6 changed files with 67 additions and 54 deletions
7
src/routes/editor.module.css
Normal file
7
src/routes/editor.module.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
.layout {
|
||||
display: grid;
|
||||
grid: auto minmax(0, 1fr) / 100%;
|
||||
inline-size: 100%;
|
||||
block-size: 100%;
|
||||
overflow: clip;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue