From 4aae23c6f8e17d14f5e1bdf54bbdc9638ed1d475 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:11:07 +1000 Subject: [PATCH] use custom drawer container --- .../SharpIDE.Application.csproj | 2 +- src/SharpIDE.Photino/Layout/MainLayout.razor | 38 +++++++++++-------- src/SharpIDE.Photino/wwwroot/index.html | 4 +- 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/src/SharpIDE.Application/SharpIDE.Application.csproj b/src/SharpIDE.Application/SharpIDE.Application.csproj index 4deb4f8..a360d28 100644 --- a/src/SharpIDE.Application/SharpIDE.Application.csproj +++ b/src/SharpIDE.Application/SharpIDE.Application.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/SharpIDE.Photino/Layout/MainLayout.razor b/src/SharpIDE.Photino/Layout/MainLayout.razor index 4f883ab..4cb49ed 100644 --- a/src/SharpIDE.Photino/Layout/MainLayout.razor +++ b/src/SharpIDE.Photino/Layout/MainLayout.razor @@ -8,7 +8,7 @@ @inject BuildService BuildService @inject AppState AppState - + @@ -40,21 +40,27 @@ - - @if (_solutionFilePath is not null) - { - - } - @* *@ - - - - @* @Body *@ - @if (_solutionFilePath is not null) - { - - } - + + + + + + @if (_solutionFilePath is not null) + { + + } + +
+ + @* @Body *@ + @if (_solutionFilePath is not null) + { + + } + +
+
+
@if (_solutionFilePath is not null) diff --git a/src/SharpIDE.Photino/wwwroot/index.html b/src/SharpIDE.Photino/wwwroot/index.html index f0571f9..ea57661 100644 --- a/src/SharpIDE.Photino/wwwroot/index.html +++ b/src/SharpIDE.Photino/wwwroot/index.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + Loading...