fb-messenger-dark icon indicating copy to clipboard operation
fb-messenger-dark copied to clipboard

Styling broken for replies

Open mogzol opened this issue 6 years ago • 1 comments

Describe the bug: Messenger recently introduced message replies. The styling is a little broken for them.

Steps to reproduce:

  1. View a message reply (particularly a reply that is only emojis, so not in a bubble)
  2. It won't look good

Screenshots: image

Additional context: I was able to make it look pretty good by adding the following styles:

/* replies */
._4k7a {
  color: rgba(255, 255, 255, .5) !important;
}

._3058._s1-._6e6n {
  border-color: transparent !important;
  background-color: #2d2d30 !important;
}

._pyf {
  background-color: rgba(255, 255, 255, .3) !important;
}

mogzol avatar Mar 23 '19 01:03 mogzol

Keeping this open until I actually fix the emoji-only messages.

auscompgeek avatar Jul 28 '19 03:07 auscompgeek