Simple Automate Bookmark Bar CSS mod
-
@Pesala Looks like the wrong thread, will flag to move: https://forum.vivaldi.net/post/502395
But the answer is that the
background-color
definition of the address bar was moved up a level. Not sure the exact reasoning why or if reverting the change will break anything, but you can try to fix it with this:.mainbar > .toolbar-mainbar { background-color: var(--colorBg); }
-
@nomadic Thanks. That fixed it.
-
@Pesala My guess is they have changed the layer of the address/bookmark bar. So maybe you can try play around with
z-index: 1;
value in line 1.