Skip to content

Commit

Permalink
refactor(typing-indicator): improve position to align with input upda…
Browse files Browse the repository at this point in the history
…tes (#2274)
  • Loading branch information
domw30 authored Sep 12, 2024
1 parent f555509 commit 6d0280b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/messenger/chat/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ $title-bar-border-radius: 8px 8px 0px 0px;
font-size: 13px;
font-style: italic;
font-weight: 400;
margin-left: 100px;
margin-left: 86px;
margin-top: -6px;
padding-bottom: 2px;
box-sizing: border-box;

@include glass-text-secondary-color;

height: 16px;
height: 22px;
transition: all 0.25s ease-out;

&:empty {
Expand Down

0 comments on commit 6d0280b

Please sign in to comment.