From 19dcb1b2816bdd9297991b75cc64a1692fab934a Mon Sep 17 00:00:00 2001 From: Subathra K Date: Wed, 10 Sep 2025 13:16:19 +0530 Subject: [PATCH 1/2] v31.1.17 --- Server/Components/App.razor | 9 +++++---- Server/Shared/MainLayout.razor | 1 - Server/wwwroot/assets/dbstyle/diagrambuilder.css | 4 ++++ WASM/MindMap/Components/App.razor | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Server/Components/App.razor b/Server/Components/App.razor index a04c1ce..b62bd94 100644 --- a/Server/Components/App.razor +++ b/Server/Components/App.razor @@ -5,8 +5,6 @@ - - + + + diff --git a/Server/Shared/MainLayout.razor b/Server/Shared/MainLayout.razor index 4c745d0..e9cbb76 100644 --- a/Server/Shared/MainLayout.razor +++ b/Server/Shared/MainLayout.razor @@ -3,7 +3,6 @@ @inject IJSRuntime JsRuntime; @inject SyncfusionBlazorService SyncfusionBlazorService; @using Syncfusion.Blazor; -@namespace BlazorServerCommon_NET6 @inject Microsoft.AspNetCore.Components.NavigationManager UriHelper; diff --git a/Server/wwwroot/assets/dbstyle/diagrambuilder.css b/Server/wwwroot/assets/dbstyle/diagrambuilder.css index 63750fc..1149797 100644 --- a/Server/wwwroot/assets/dbstyle/diagrambuilder.css +++ b/Server/wwwroot/assets/dbstyle/diagrambuilder.css @@ -605,6 +605,10 @@ border: 1px solid #D5D5D5; width: calc(100% + 20px); } +.e-dlg-content { + margin-top: 20px; +} + .db-color-container, .db-text-container { width: 100%; diff --git a/WASM/MindMap/Components/App.razor b/WASM/MindMap/Components/App.razor index c0a1b8a..0c80af8 100644 --- a/WASM/MindMap/Components/App.razor +++ b/WASM/MindMap/Components/App.razor @@ -9,11 +9,11 @@ - - + + From ba442bfce163d64730055c70bcb803cb4d42e18a Mon Sep 17 00:00:00 2001 From: Subathra K <111425380+SubathraKaliamoorthy@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:48:35 +0530 Subject: [PATCH 2/2] v31.1.17 --- Common/BlazorServerCommon_NET8.csproj | 2 +- Common/BlazorWasmCommon_NET8.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/BlazorServerCommon_NET8.csproj b/Common/BlazorServerCommon_NET8.csproj index b54d2c5..978d8b4 100644 --- a/Common/BlazorServerCommon_NET8.csproj +++ b/Common/BlazorServerCommon_NET8.csproj @@ -23,7 +23,7 @@ - + diff --git a/Common/BlazorWasmCommon_NET8.csproj b/Common/BlazorWasmCommon_NET8.csproj index 8cc22a0..e644f3e 100644 --- a/Common/BlazorWasmCommon_NET8.csproj +++ b/Common/BlazorWasmCommon_NET8.csproj @@ -17,7 +17,7 @@ - +