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

Broken CSS #18

Open
Keffori opened this issue Jan 19, 2024 · 3 comments
Open

Broken CSS #18

Keffori opened this issue Jan 19, 2024 · 3 comments

Comments

@Keffori
Copy link

Keffori commented Jan 19, 2024

idk how to paste an image in github
firefox nightly fresh install

@kndshein
Copy link

@Keffori Did you perchance forget to follow step 2 under Install? I'm able to reproduce the error shown here when I forgot to set the browser.urlbar.maxRichResults to 0. Tip: Instead of doing it via about:config, you can also set it by adding a user.js file in the same profile folder as chrome is in (Note: not in the chrome folder). In the user.js file:

// Enables CSS themes
user_pref('toolkit.legacyUserProfileCustomizations.stylesheets', true);
// Hide search suggestion pop up
user_pref('browser.urlbar.maxRichResults', 0);
// Allows URL selection in a single click
user_pref('browser.urlbar.clickSelectsAll', true);

Note on pasting images on Github, you can simply paste them directly (either by right clicking in the text box > Paste) or using the Ctrl + V shortcut (on Windows) directly, and GitHub will handle that for you.

@kndshein
Copy link

After more tinkering, I did stumble upon this same exact issue if Only Show on New Tab option is used for the bookmark toolbar, even with browser.urlbar.maxRichResults set to 0.

See image below:
image

The problem goes away when "Always Show" is used though.

@Aneeqasif
Copy link

i did followed all the steps but i am having this same issue on 122.0 version

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

3 participants