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...