...
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<Icon Name="IconName.Escape" Class="me-1" /> اتمام گفتگو
|
||||
</Button>
|
||||
}
|
||||
<Button Color="ButtonColor.Success" Size=ButtonSize.ExtraSmall Outline="true" @onclick="NewChat" Class="finish-conversation-btn">
|
||||
<Button Color="ButtonColor.Success" Size=ButtonSize.ExtraSmall Outline="true" @onclick="NewChat" Class="new-conversation-btn">
|
||||
<Icon Name="IconName.ChatDots" Class="me-1" /> گفتگو جدید
|
||||
</Button>
|
||||
}
|
||||
@@ -488,7 +488,24 @@
|
||||
background-color: #dc3545;
|
||||
color: white;
|
||||
}
|
||||
/* Enhanced button styling */
|
||||
.new-conversation-btn {
|
||||
border-radius: 20px;
|
||||
font-weight: 600;
|
||||
font-size: 0.875rem;
|
||||
padding: 0.375rem 0.75rem;
|
||||
transition: all 0.3s ease;
|
||||
border-width: 2px;
|
||||
box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
|
||||
}
|
||||
|
||||
.new-conversation-btn:hover {
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
|
||||
border-color: #23caba;
|
||||
background-color: #23caba;
|
||||
color: white;
|
||||
}
|
||||
.logout-btn {
|
||||
border-radius: 20px;
|
||||
font-weight: 600;
|
||||
|
Reference in New Issue
Block a user