Address field quick fixes – Vivaldi Browser snapshot 2876.11
-
@0kened0 with this the workspace button looks better in the side bar:
#switch .workspace-popup button { opacity: 1; margin: 0; padding: 0; } #switch .workspace-popup svg { margin: 0; } #switch .workspace-popup .button-toolbar-menu-indicator, #switch .workspace-popup .button-title { display: none; }
-
Again, a hole in the side menu in expanded form, in floating panel mode.
-
@0kened0 said in Address field quick fixes – Vivaldi Browser snapshot 2876.11:
@oudstand: Do you know how to hide the default icon and only display the workspace name?
You can do it like this:
#switch .workspace-popup button { opacity: 1; margin: 0; padding: 0; } #switch .workspace-popup svg { display: none; } #switch .workspace-popup .button-toolbar-menu-indicator { display: none; } #switch .workspace-popup .button-title { text-align: center; margin: 0; font-size: 15px; } #switch .workspace-popup button:not(:has(.button-title)):after { content: '😍'; // replace with a title of your choice text-align: center; width: 100%; margin: 0; font-size: 15px; }
Since the default workspace has no title I've added something as
:after
. At the position of my comment you can set a custom title, but I think only emojis will make sense. -
Thanks, since 5.6 still missing the frequently visited websites in address bar arrow dropdown list:
https://vivaldi.com/blog/vivaldi-5-6-on-desktop/#comment-628030 -
@0kened0 said in Address field quick fixes – Vivaldi Browser snapshot 2876.11:
Is it possible to hide these icons?
yes just use this code:
.WorkspacePopup-Items .avatar { display: none !important; }
-
Maybe the drop-down history list will quietly disappear in the address bar, as it happened in Google Chrome a long time ago? What do you think about this?
-
@0kened0 You're welcome
-
@zoli62: I don't think so... and I don't hope so. One of the main selling points for Vivaldi has always been the commitment to hold on to functionalities, that Google got rid of, because they want to push the use of their search engine instead of intelligent browser features.
-
@zoli62
as jon already wrote, that this behavior is a bug, I don't think so -
@DoctorG - I was confused why you were talking about Vivaldi on mobile. I checked my bug report, and saw why. I have since filed a NEW bug report on my computer (and not my phone). The bug number is VB-93768. I sincerely hope Vivaldi fixes this problem ASAP. Thanks.
-
Ppafflick locked this topic on
-