Skip to content

Commit

Permalink
Fix the white background under the typing indicator (fixes sindresorh…
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Apr 1, 2019
1 parent dfb422a commit 2f6c616
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,8 @@ body.show-message-buttons ._4_j4 ._39bj {
._2sdm {
background-color: transparent !important;
}

/* Background under the typing indicator */
._4gd0 {
background-color: transparent !important;
}

0 comments on commit 2f6c616

Please sign in to comment.