ibillingsley / HumbleNewTabPage

New tab page extension for Chrome and Firefox
https://chrome.google.com/webstore/detail/mfgdmpfihlmdekaclngibpjhdebndhdj
MIT License
626 stars 104 forks source link

PSA: Vivaldi width bug workaround #106

Closed TheBestPessimist closed 9 months ago

TheBestPessimist commented 1 year ago

I have a problem where opening a new tab in Vivaldi shows everything super narrow in the middle of the screen:

photo_2022-10-19_12-46-05

The workaround i have is to set the following custom css:

body {
    width: 100% !important;
}

photo_2022-10-19_12-45-14

Cross posted to Vivaldi forums: https://forum.vivaldi.net/topic/80330/psa-humblenewtabpage-width-bug-workaround