8000 Fix white box on birthday element by ErwannCharlier · Pull Request #1022 · dimdenGD/OldTwitter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix white box on birthday element #1022

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

Closed

Conversation

ErwannCharlier
Copy link
@ErwannCharlier ErwannCharlier commented Mar 27, 2025

Fix white box on birthday element

Description:
A white box appears behind the birthday date on the current user’s profile. The problem lies in the .profile-additional-birth-me CSS rule, which uses background-color: currentColor;. Depending on the computed text color, this can render as white. Changing it to transparent ensures no unwanted background is displayed.

Changes Made:

  • Updated .profile-additional-birth-me to use background-color: transparent; instead of currentColor;.

Testing:

  • Loaded the extension locally in Chrome.
  • Verified that the white box no longer appears on the birthday element.

Screenshots:

  • Before: Before Fix
  • After: After Fix

Please let me know if there are any questions or if further adjustments are needed. Thank you :)

@dimdenGD
Copy link
Owner

It's made on purpose to hide your birthdate when streaming/screenshotting... You can hover to show it

@dimdenGD dimdenGD closed this Mar 27, 2025
@ErwannCharlier
Copy link
Author
ErwannCharlier commented Mar 27, 2025

Oh, mb thought it was a bug

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

Successfully merging this pull request may close these issues.

2 participants
0