@MeesterChris Yes, it is still far from what we need, but it is a start. This method could be used to reorder the icons on the status bar and the navigation bar (bottom code).
@LonM said in Move Hide/Show Panel Button to Right if Panels are on the Right:
The latest snapshot has re-built the toolbar icons so they can be hidden. What they didn't say in the blog post (largely because it's not doable via a menu yet) is you can also re-order things.
You can now make the panel toggle appear on the right, without the need for any mods at all:
Visit vivaldi://inspect
Click Apps on the sidebar
Click the topmost Inspect button
In the window that opens, navigate to the Console tab
Click in the white space at the bottom of this area, and paste the following and press enter:
vivaldi.prefs.set({path: "vivaldi.toolbars.status", value:["SyncStatus", "StatusInfo", "TaskList", "VersionInfo", "CaptureImages", "TilingToggle", "ImagesToggle", "PageActions", "Zoom", "PanelToggle"]});
You can now close the window that opened
Using this method will also sync the changes across all Vivaldi instances, if you have sync enabled. And you won't need to re-install the mod every time Vivaldi updates.
vivaldi.prefs.set({path: "vivaldi.toolbars.navigation", value:['Rewind', 'Back', 'Reload', 'Forward', 'FastForward', 'Home']});