From 92718372b821dce78b2f8078c845b09da8b33168 Mon Sep 17 00:00:00 2001 From: Leigh Pointer Date: Tue, 18 Jul 2023 12:47:48 +0200 Subject: [PATCH] Fixed up margins in Control Panel Added top margin to the Module Management --- Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor b/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor index d35268a2..c7fb9b0c 100644 --- a/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor +++ b/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor @@ -124,7 +124,7 @@ { @if (_moduleDefinitions != null) { - @foreach (var category in _categories) { if (category == Category) @@ -137,7 +137,7 @@ } } - @if (ModuleDefinitionName == "-") { @@ -161,14 +161,14 @@ } else { - @foreach (Page p in _pages) { } - @foreach (Module module in _modules) {