From 77b76e44fa658c6cc4eb62463ca767a6930c08d2 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 11 Aug 2020 11:45:44 +0300 Subject: [PATCH] cmskit commets: comment/reply form alignment --- .../Pages/CmsKit/Shared/Components/Commenting/Default.cshtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/Default.cshtml b/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/Default.cshtml index afafcb9523..743f4f7d9c 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/Default.cshtml +++ b/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/Default.cshtml @@ -19,7 +19,8 @@ } @{ Func GetCommentArea(Guid? repliedCommentId, bool cancelButton = false) => - @
@@ -130,7 +131,7 @@
} -
+
@if (CurrentUser.IsAuthenticated) { @GetCommentArea(null).Invoke(null)