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

X.com migration has broke a lot of padding. #236

Closed
archeruwu opened this issue May 15, 2024 · 8 comments
Closed

X.com migration has broke a lot of padding. #236

archeruwu opened this issue May 15, 2024 · 8 comments

Comments

@archeruwu
Copy link
Contributor

This same issue happens on OldTwitter.

Whenever you try to load either extension, it just leads to a blank white page.

As of this report, it's only in Australia, so using a VPN would be the easiest way to debug

@psylenced
Copy link

It should still work, if you manually type:

https://twitter.com/i/tweetdeck

What I've noticed is videos don't seem to play, and all links are now using the shortened domain.

@Scrxtchy
Copy link

loading the extension from https://tweetdeck.twitter.com/ from my bookmarks still works. (It redirects to the URL mentioned above)
Have been getting some odd UI issues since this popped up though

@VirtuallyJesse
Copy link

VirtuallyJesse commented May 16, 2024

Started experiencing this today. I've not noticed anything completely breaking, but there are a few UI & padding issues now. Namely when you click on media to enlarge it, there's a fixed secondary window behind the media that it's centered upon, which never used to exist.

As a temporary fix refreshing a few times seems to eventually produce the correct page.

@Scrxtchy
Copy link

As a temporary fix refreshing a few times seems to eventually produce the correct page.

I'm assuming this might make it a similar loading issue to #147 which I haven't been able to properly debug

image
I don't know what the element's style rules are meant to be, but with this error it's using 100% of the window size (among other mentioned padding issues)

@archeruwu archeruwu changed the title Twitter has started migrating the main url to X.com in Australia. This is breaking the extension from loading. X.com migration has broke a lot of padding. May 17, 2024
@archeruwu
Copy link
Contributor Author

Updated post title, a LOT of padding got broken
image
image

@Scrxtchy
Copy link

the composer is stuck at 608px width

html.dark .Drawer {
    display: flex;
    flex-direction: column;
    width: 608px;
    background-color: #fff;
}

image
of note here too is BTD's composer buttons, as well as the setting controls losing their padding too.

I replicate this on Edge from a fresh install, so unfortunately I couldn't use it to get styles I expect.
But if anyone still has a functioning tab, being able to diff them against the broken one would be helpful
<inline style sheet> 9,933 rules

trying to use styles from the wayback machine did not fix the error

@theanthonydavenport
Copy link

Screenshot 2024-05-17 at 13 01 09

@dimdenGD
Copy link
Owner

Should be fixed

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

No branches or pull requests

6 participants