diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-17 23:29:58 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-17 23:29:58 -0400 |
| commit | e36e01917651ccfff64f948c36ee93d310071991 (patch) | |
| tree | 8f7e2f19980474689ef626d0f9906d0f1b197cac /src/components/Editor.svelte | |
| parent | 79242a197b79e7a3dc5a30925ecd7709093a6866 (diff) | |
| parent | 99aee9a7281aa9c5794cc062e41384dc3701906d (diff) | |
Merge pull request #1 from sahinf/tailwind
Tailwind
Diffstat (limited to 'src/components/Editor.svelte')
| -rw-r--r-- | src/components/Editor.svelte | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/components/Editor.svelte b/src/components/Editor.svelte deleted file mode 100644 index c8a30c6..0000000 --- a/src/components/Editor.svelte +++ /dev/null @@ -1,20 +0,0 @@ -<script lang="ts"> - import EditorActions from "./EditorActions.svelte"; - import EditorLists from "./EditorLists.svelte"; -</script> - -<div id="editor"> - <EditorActions /> - <EditorLists /> -</div> - -<style> - #editor { - display: flex; - flex-direction: column; - } - - :global(#action-bar) { - flex-shrink: 0; - } -</style> |
