From e7c3398f2f40d6f0dfbd8c3b22b7e395abe79001 Mon Sep 17 00:00:00 2001 From: Louis Tarvin Date: Tue, 18 Apr 2023 16:25:19 +0100 Subject: [PATCH] Improved toolbar + fixed vertical overflow problem (#50) --- pixelot/package.json | 2 +- pixelot/projects/project1/rename_test.txt | 0 .../left-sidebar/left-sidebar.component.html | 4 +- .../left-sidebar/left-sidebar.component.scss | 9 +++++ .../right-sidebar.component.html | 4 +- .../right-sidebar.component.scss | 4 ++ .../app/scene-tab/scene-tab.component.html | 8 ++-- pixelot/src/app/toolbar/toolbar.component.ts | 38 ++++++++++++++----- 8 files changed, 50 insertions(+), 19 deletions(-) delete mode 100644 pixelot/projects/project1/rename_test.txt diff --git a/pixelot/package.json b/pixelot/package.json index 5995204..018c313 100644 --- a/pixelot/package.json +++ b/pixelot/package.json @@ -1,6 +1,6 @@ { "name": "pixelot", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/pixelot/projects/project1/rename_test.txt b/pixelot/projects/project1/rename_test.txt deleted file mode 100644 index e69de29..0000000 diff --git a/pixelot/src/app/left-sidebar/left-sidebar.component.html b/pixelot/src/app/left-sidebar/left-sidebar.component.html index 2c6ec5d..413ba60 100644 --- a/pixelot/src/app/left-sidebar/left-sidebar.component.html +++ b/pixelot/src/app/left-sidebar/left-sidebar.component.html @@ -1,6 +1,6 @@ - +