Giter Site home page Giter Site logo

fb-messenger-dark's People

Contributors

auscompgeek avatar blueberryapple avatar byronmejia avatar ekohilas avatar macfeaster avatar seanharrs avatar zax-xyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fb-messenger-dark's Issues

New Sticker Icon Miscolored

Still rocking this absolutely awesome style πŸ˜„
Facebook has changed the "sticker" icon, and this time apparently they made it all-black in their sprite sheet instead of gray. Screenshot

I have temporarily fixed it with this line:

._30yy._4rv6._39bk { -webkit-filter: invert(100%); opacity: .55; }

Messenger header text is dark

The "Messenger" header in the top corner's color is not being changed to white. This seems to be because it is an h1 which is not covered by this userstyle. Adding h1 to the rule with the other headers fixes the issue:

h1, h2, h3, h4, h5, h6
{
    color: #eee;
}

Here is a screenshot showing the problem I am talking about:
image

White borders around messages

Hey, seems FB just pushed an update that makes some changes to the chat bubbles, a fix for the white borders just to add border color for own and other messages:

/* message */
._29_7 ._hh7, ._29_7._-5k ._hh7 {
	background-color: #2d2d30;
    border-color:#414141;
}
/* own message */
._o46._nd_ ._hh7 {
	background-color: #004488;
    border-color:#000000;
}

The color for the border for each message could be changed, the own one is pure black, while the other one is dark gray, but slightly lighter than the background. I am not sure how it was before, but I think it looks nice!

Top bar lost it's shade of gray

Great theme, great updates as always!

One thing has been bugging me a bit lately, I think Facebook changed some class names or something, because the theme kind of broke a bit.

The top bar used to be lighter, framing the chat content nicely, but now it has the same background as the chat content, leaving only the right panel with the lighter color.

How the screenshot in the README looks, and how the theme looked until ~1 mo ago:
screen shot 2018-03-15 at 10 44 11 pm

How the theme currently looks on messenger.com:
screen shot 2018-03-15 at 10 43 50 pm

Hopefully easily fixed!

Styling broken for replies

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;
}

Highlight selected users in searchbar

Desc: In searchbar pressing button up/down to select users, they should be highlighted. Otherwise one can not see who is selected.

Reproduce: Click in searchbar top left, click kb buttons up/down.

Fix:

._1k1p {
    background-color: rgba(255, 255, 255, .4) !important;
}

White background behind "composing" bubble

It's that time of the year again when Facebook arbitrarily changes class names and styling to break this otherwise impeccable theme πŸ€“

The background behind the three-dots-in-a-bubble has turned white since a few weeks.

c8a730509f9a650397ac8d7ea4dc00b1

I've been using this hotfix which seems to work well:

._4gd0 {
  background: transparent !important;
}

Bar below chat box

I dont know how to use git properly

you need to add this code to the css

._4_j4 .chatAttachmentShelf {
border-top: none;
}

I'd love to be a contributor, just don't know how to add stuff.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.