question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What about the move-V-button-to-addressbar?

See original GitHub issue

Hi @justdanpo, glad that you restarted the project!

There was a move-V-button-to-addressbar.js that was doing a very useful thing, especially when you use the vertical tabs in full screen without full menu.

In that case the menus are under an icon, but you have nothing else in the bar, and that’s is ugly and a big waste of space. I added a few CSS rules in the browser.html that remove it completely:

#browser #tabs-container.top{ padding-left: 0px }
#browser.native:not(.tabs-top):not(.horizontal-menu) #header { display: none }
#titlebar > .vivaldi { display: none }
#browser.horizontal-menu .vivaldi-addressbar {display: none }

However that is not optimal, since you have to rely to the Alt key to get the menus.

Having the icon baack in the addresbar would completely solve the problem.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ddnexuscommented, Jun 12, 2020

Vivaldi window is not maximized: we need a place we can use to move window via drag’n’drop

If it is using a native window it has its own window title bar to drag it around, so it could be removed also in that case.

0reactions
ddnexuscommented, Jun 13, 2020

The last update fixed it! Than you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

how can I move the three buttons at end of address bar to ...
When I hit control D to bookmark a page I want the bookmarks menu to open from it's location in the menu bar,...
Read more >
Building buttons that move | Vivaldi Browser
To move a button a modifier is required, currently the Shift key. When a button is dragged we subtly highlight where it can...
Read more >
Moving the new tab button to the address bar | Vivaldi Forum
The address bar is a static target existing in the DOM even when invisible, the tabstrip and its content get removed when the...
Read more >
Move the Stop & Refresh button before Address Bar in IE
To place them to the left side, right click on the Menu bar – or on the Refresh button itself, and select Show...
Read more >
Is the iPhone default browser bar annoying you? Here's how ...
There are a couple of ways to move the address bar. The first is to tap the AA button in Safari and select...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found