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

Rapid Flickering of Some Tumblr Embeds #154

Open
deepspaceaxolotl opened this issue Aug 8, 2024 · 1 comment
Open

Rapid Flickering of Some Tumblr Embeds #154

deepspaceaxolotl opened this issue Aug 8, 2024 · 1 comment

Comments

@deepspaceaxolotl
Copy link

Making an issue for what was brought up in the server. The tumblr embed on the side of some posts, like this one, can flicker rapidly (such as in Firefox ESR 115.13.0). Some notes about what I tried to fix it below:

  • changing the length of the name makes it stop breaking, but everything else still flickers, probably something about width
  • probably a symptom, the overflow of <body id="tumblr" class="palette--trueBlue"> is flickering on and off
  • adding box-sizing border-box to the following inside, in <div id="base-container">, can fix it:
.xN3lM {
    box-sizing: border-box;
}
  • adding even 1 px of padding to the iframe stops it
  • adding 4px of padding to .ql-editor also fixes it
  • probably something to do with max width?
@deepspaceaxolotl
Copy link
Author

Ah damn, was this meant to go in the issues repo? I don't know if I can move it now, whoops.

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

1 participant