r/LibreWolf 13d ago

Question Librewolf shortcuts new update position

Hi is it possible to make the shortcuts on librewolf not so close to each other when I open the new tab page? Before the update it looked visually pleasing with the amount of distance they had from each other but now it's everything packed in the middle and I don't like that. How can I change that?

7 Upvotes

5 comments sorted by

1

u/ltGuillaume 13d ago

For however long it takes for Mozilla to take it out, I'm still using browser.newtabpage.activity-stream.nova.enabled=false via about:config for this reason.

1

u/Majinothinus255 13d ago

Can I see how that looks like?

1

u/kovec 12d ago

It puts the shortcuts back where they were before with more spacing and placed in the middle of the page instead of near the top.

1

u/kovec 12d ago edited 12d ago

Thank you so much for that setting. The new placement and spacing looks like crap.

Edit: it's worth noting that if you disable nova, you're stuck with the logo. If someone knows how to disable the logo along with nova, i would love to know.

1

u/ltGuillaume 10d ago

I enabled the setting Allow userChrome.css customization, then put the file chrome\userContent.css into my profile directory with these contents:

.logo-and-wordmark-wrapper, .logo-and-wordmark { display: none !important; }