From 755df8f002b8beaa331c99ed7b3e4a14c2f350f0 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Sat, 7 Dec 2024 18:57:57 +0300 Subject: [PATCH] Fixed toggle navigator and aside (#7289) Signed-off-by: Alexander Platov --- .../src/components/Floor.svelte | 2 +- .../src/components/Applications.svelte | 11 +++-- .../src/components/Workbench.svelte | 40 +++++++++++++------ tests/sanity/tests/tracker/subissues.spec.ts | 4 -- 4 files changed, 34 insertions(+), 23 deletions(-) diff --git a/plugins/love-resources/src/components/Floor.svelte b/plugins/love-resources/src/components/Floor.svelte index d1c5e5c799..8b3aeb8990 100644 --- a/plugins/love-resources/src/components/Floor.svelte +++ b/plugins/love-resources/src/components/Floor.svelte @@ -42,7 +42,7 @@
-
+
diff --git a/plugins/workbench-resources/src/components/Applications.svelte b/plugins/workbench-resources/src/components/Applications.svelte index cd2f0a8098..c617800469 100644 --- a/plugins/workbench-resources/src/components/Applications.svelte +++ b/plugins/workbench-resources/src/components/Applications.svelte @@ -13,6 +13,7 @@ // limitations under the License. -->