-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unnecessary Dark Mode CSS #2155
base: main
Are you sure you want to change the base?
Conversation
.__fb-dark-mode { | ||
--header-height: 0 !important; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I literally just reported the cut off thing as an issue for dark mode, nice to see the code update to fix it is already ready already!
Checkout #2196 for a temporary fix |
Any updates on this? Happens to me... |
These CSS changes are no longer necessary. Most of them are not even selectors on the page any more. I tested these one at a time and couldn't see any changes visually and checked for the selectors too.
Fixes #2180.
Fixes #2194.