Add bookmarks to address bar
-
Would be great if a bookmark could be dragged and dropped beside address bar.
Especially those with wide screen, the bookmark bar can be really crowdy but the address bar quite empty. This feature to balance it and make use of the space on the both sides of the address bar.
Thanks!
-
@Karjala It is already possible to do this with a Command Chain.
The main problem is that the same icon is used for all command chains. This button opens Unread posts on the Vivaldi forum in a new tab.
I prefer to save precious vertical space on a landscape monitor by using some CSS code to hide the Bookmark Bar until mouseover.
/* Simple AutomaticBookmark-bar */ .bookmark-bar-top .bookmark-bar {margin-bottom: -28px; z-index: 1; transform: translateY(0); transition: transform 0.1s 0.5s !important;} .bookmark-bar-top .bookmark-bar::before {content: ''; position: absolute; height: 12px; width: 100%; top: 100%;} .bookmark-bar-top .bookmark-bar:not(:focus-within):not(:hover) {transform: translateY(-100%); transition: transform 0.1s 0.5s !important;}
-
Ppafflick moved this topic from Archive on
-
LLonM moved this topic from Desktop Feature Requests on