diff --git a/Presentation/HushianWebApp/Pages/Chat.razor b/Presentation/HushianWebApp/Pages/Chat.razor
index f4d930a..05c7da0 100644
--- a/Presentation/HushianWebApp/Pages/Chat.razor
+++ b/Presentation/HushianWebApp/Pages/Chat.razor
@@ -156,7 +156,7 @@
}
- else if (isSelectedInbox3)
+ else if (isSelectedInbox1)
{
@@ -1011,11 +1011,11 @@
.warning-note {
display: flex;
align-items: center;
- gap: 1rem;
+ gap: 0.5rem;
background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
border: 2px solid #ffc107;
border-radius: 20px;
- padding: 1.25rem;
+ padding: 0.625rem;
box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
@@ -1052,8 +1052,8 @@
display: flex;
align-items: center;
justify-content: center;
- width: 50px;
- height: 50px;
+ width: 25px;
+ height: 25px;
background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
border-radius: 50%;
box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
@@ -1079,15 +1079,15 @@
.warning-title {
color: #856404;
font-weight: 700;
- font-size: 1.1rem;
- margin: 0 0 0.5rem 0;
+ font-size: 0.9rem;
+ margin: 0 0 0.25rem 0;
text-shadow: 0 1px 2px rgba(133, 100, 4, 0.1);
}
.warning-text {
color: #856404;
- font-size: 0.95rem;
- line-height: 1.5;
+ font-size: 0.8rem;
+ line-height: 1.3;
margin: 0;
font-weight: 500;
}