By increasing the maximum width of tabs and taskbar buttons, you can
- see more of their text labels without truncation,
- have a larger hit area for your mouse pointer, and
- make better use of the space on your wide monitor.
This does not break the resizing logic when you open more tabs, so the worst-case scenario behavior is unchanged. For example, you could set the maximum tab width to a size at least as wide as your monitor. Then, when you have one tab open, it will consume 100% of the available space. Next, when you open another tab, they will each consume 50% of the available space. When the minimum tab width is reached, the existing overflow or scrolling logic will still apply.
What you did should have worked, because I modified that same
ohevariable assignment (to a larger value, although that shouldn't matter) and the UI renders fine for me with the same version. I wonder if something else went wrong and caused the UI to not appear.One thing you can try is checking the Vivaldi logs to see if it encountered any errors, for example a JS syntax error in
bundle.js. I have found this technique helpful to detect if I messed up any of the JS modifications.bundle.jshas your change saved (ohe=240,)--enable-logging --v=1(e.g. open Command Prompt and run"C:\Program Files\Vivaldi\Application\vivaldi.exe" --enable-logging --v=1, or whatever your installation directory is)%localappdata%\Vivaldi\User Data\chrome_debug.login a text editor:ERROR:CONSOLE(, which could have been caused by editingbundle.js