From b8f3f3e2aed5f3b737d49d31af4f2f75d90983af Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 29 Aug 2023 10:39:59 -0300 Subject: [PATCH] =?UTF-8?q?m=C3=A1s=20styles+modo=20oscuro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/editor/Editor.svelte | 2 +- src/editor/MenuBar.svelte | 8 +------- src/editor/menubar/BlockSelect.svelte | 2 +- src/views/ChooseWorld.svelte | 4 ++-- 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index d3fc49b..5c4024e 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ /> Schreiben - +
diff --git a/src/editor/Editor.svelte b/src/editor/Editor.svelte index 0789e34..3767be7 100644 --- a/src/editor/Editor.svelte +++ b/src/editor/Editor.svelte @@ -71,7 +71,7 @@ {/if} -
+
{#if view} {/if} diff --git a/src/editor/MenuBar.svelte b/src/editor/MenuBar.svelte index e3e540f..42a2239 100644 --- a/src/editor/MenuBar.svelte +++ b/src/editor/MenuBar.svelte @@ -12,7 +12,7 @@ export let state: EditorState; -