Skip to content
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

wrong css added around the url in remote fediverse post #12508

Open
wakest opened this issue Apr 13, 2024 · 0 comments
Open

wrong css added around the url in remote fediverse post #12508

wakest opened this issue Apr 13, 2024 · 0 comments
Labels

Comments

@wakest
Copy link

wakest commented Apr 13, 2024

heres how one of my Mastodon posts is being picked up by NodeBB
image source link on NodeBB

this CSS is being added to the front and back urls
.invisible { visibility: hidden !important; }

image

if you replace visibility: hidden !important; with display: none; it mostly fixes this issue

image

Anything else?

the only additional thing is whatever is looking for the unnecessary end of the URL to hide is breaking it at a strange place, if you want to prettify this url I would imagine it to look like search.f-droid.org but insdead its search.f-droid.org/?q=gemini&l and breaking it in the middle of a slug seems strange, would make more sense to hide everything after a ?

@wakest wakest added the bug label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant