Vivaldi UI customization
Vivaldi allows easy customization of the UI using CSS. To use this feature simply edit C:\Program Files\Vivaldi\Application\<version>\resources\vivaldi\style\common.css
and add the following lines:
Centered Bookmarks
.bookmark-bar .observer {
justify-content: center;
}