Skip to content

Commit

Permalink
Fix Messenger’s squished typing indicator bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Apr 1, 2019
1 parent 66e865c commit 0b6e250
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,9 @@ body.show-message-buttons ._4_j4 ._39bj {
._4gd0 {
background-color: transparent !important;
}

/* Typing indicator */
._4a0v._1x3z {
display: flex;
justify-content: center;
}

0 comments on commit 0b6e250

Please sign in to comment.