Skip to content

Commit

Permalink
Enhance AIChat avatar styling with improved visual presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Feb 9, 2025
1 parent c7e0c3e commit 57e4f38
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@
height: 20px;
border-radius: 50%;
object-fit: cover;
background: var(--color_border_light);
transform: scale(1.2);
background-color: var(--color_bg_hover);
transform-origin: center;
}

.assistantName {
Expand Down

0 comments on commit 57e4f38

Please sign in to comment.