Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Styling broken for replies #28

Open
mogzol opened this issue Mar 23, 2019 · 1 comment
Open

Styling broken for replies #28

mogzol opened this issue Mar 23, 2019 · 1 comment

Comments

@mogzol
Copy link

mogzol commented Mar 23, 2019

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;
}
auscompgeek added a commit that referenced this issue Jul 21, 2019
@auscompgeek
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants