- @if (msg.Type == Common.Enums.ConversationType.EU)
+ @if (msg.Type != Common.Enums.ConversationType.UE)
{
if (msg.IsRead)
{
@@ -215,12 +216,13 @@
@if (ChatCurrent != null && ChatCurrent.status != Common.Enums.ConversationStatus.Finished && ChatCurrent.Responses != null)
{
-
-
-
-
-
-
+
}
@@ -338,32 +340,256 @@
}
diff --git a/Presentation/HushianWebApp/Pages/FromUserSide/UserCP.razor b/Presentation/HushianWebApp/Pages/FromUserSide/UserCP.razor
index a4bd37a..a9821a6 100644
--- a/Presentation/HushianWebApp/Pages/FromUserSide/UserCP.razor
+++ b/Presentation/HushianWebApp/Pages/FromUserSide/UserCP.razor
@@ -403,7 +403,6 @@
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border: 1px solid #e9ecef;
border-radius: 15px;
- padding: 0.5rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}