Vivaldi UI customization

3 views
CSSDesktop

Vivaldi allows easy customization of the UI using CSS. To use this feature simply edit C:\Program Files\Vivaldi\Application\\resources\vivaldi\style\common.css and add the following lines:

Centered Bookmarks

.bookmark-bar .observer {
    justify-content: center;
}
bd5e475