From 81622441be21c064ad178d0db014a6a9bf64994b Mon Sep 17 00:00:00 2001 From: jvyden Date: Mon, 21 Feb 2022 19:36:23 -0500 Subject: [PATCH] Move comment input bar to the top of the segment Closes #170 --- .../Pages/Partials/CommentsPartial.cshtml | 31 +++++++++++-------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/ProjectLighthouse/Pages/Partials/CommentsPartial.cshtml b/ProjectLighthouse/Pages/Partials/CommentsPartial.cshtml index 7d038558..a4a50ec2 100644 --- a/ProjectLighthouse/Pages/Partials/CommentsPartial.cshtml +++ b/ProjectLighthouse/Pages/Partials/CommentsPartial.cshtml @@ -1,7 +1,6 @@ @using System.IO @using System.Web @using LBPUnion.ProjectLighthouse.Types.Profiles -