How to delete the V icon in the upper left corner, and why is the margin of the side panel so large?
-
How to delete the V icon in the upper left corner? , And why is the margin of the side panel so large? Alt+D cannot locate the address bar in the Vivaldi browser. . .
modedit translated chinese content.
-
@maodan Please post in English or provide a translation. There is a Chinese forum.
How do I remove the V-word icon in the upper left corner? And why is the side panel so large? In Vivaldi browser, Alt-D cannot be located in the address bar...
The V icon is for access to the menu. You can add Alt+D to the default shortcuts to focus the address field (F8 and Ctrl+L). The side panels can be resized and each can have a separate width (right-click on each Panel's Icon).
Welcome to the Community. Here are a few links for your bookmarks that you may find useful:
-
I don't have such a wide margin on the panel:
-
@Pesala Any plans to change it back to red color instead grey? Or how do I make it red again?
-
@AntraX666 No, the icon is themed and there are no plans to change it to red. You can replace it with a menu icon if you prefer, or use the Native Window option. (Not sure about MacOS).
-
@maodan You have the panel toggle turned on, and that's what's making the panel look so fat. You don't need the toggle. F4 does that job.
-
@Ayespy 看起来似乎没有解决问题
-
@Pesala 我并不需要V图标菜单,只想删除或者隐藏掉他,我认为他占用了Alt+D热键,曾经我找到方法删除或隐藏它并且成功了,但是我现在找不到方法了,
另外,Alt+D在哪里添加到默认快捷方式以使地址字段集中?
-
@maodan
我并不需要V图标菜单,只想删除或者隐藏掉他,我认为他占用了Alt+D热键,曾经我找到方法删除或隐藏它并且成功了,但是我现在找不到方法了,另外,Alt+D在哪里添加到默认快捷方式以使地址字段集中?
I don’t need the V icon menu. I just want to delete or hide it. I think it occupies the Alt+D hotkey. Once I found a way to delete or hide it and succeeded, but I can’t find a way now. In addition, where can Alt+D be added to the default shortcut to focus the address field?还有我的面板侧边边距在哪里设置?
And where are my panel side margins set?Excuse me, thank you!
-
@guigirl 谢谢你的帮助,可是并没有解决问题,我想把左上角的图标隐藏或删除。面板问题重新安装并解决了
Thank you for your help, but it did not solve the problem. I want to hide or delete the icon in the upper left corner. The panel problem was reinstalled and solved
-
@Komposten 啊哈哈,你也看9GAG
Ahaha, you also watch 9GAG
-
不,我不想用什么去代替,只是想把左上角的东西删除掉,以前我找到一个.CSS并解决了问题,后来我找不到了那个.CSS
No, I don’t want to replace it with anything. I just want to delete the stuff in the upper left corner. I found a .CSS before and solved the problem, but then I couldn’t find the .CSS. -
@guigirl 啊哈,感谢你的帮助,我这就去看VivaldiHooks
Aha, thank you for your help, I'm going to see VivaldiHooks :face_with_stuck-out_tongue_closed_eyes:
-
@maodan This might be all the CSS you need if you just want to hide the Vivaldi logo:
#titlebar button.vivaldi { display: none; }
-
@nomadic That leaves a blank space where the button was. It would be better to remove the space too.
-
@Pesala By space do you mean the entire title bar?
This will remove the entire title bar when you have tabs not at the top of the screen, but it will also remove the title and window controls:
#browser:not(.tabs-top) #header { display: none; }
We will have to wait to see what @maodan actually wants. It is possible to save the window controls from being hidden, but from what I understood @maodan just wanted to hide the Vivaldi icon.
-
@nomadic On Windows, the Tab Bar covers the title bar. I mean it leaves a blank space on the Tab Bar (which, like the blank space after the last tab, can be used to restore or drag the window).
-
@nomadic 啊哈哈哈哈哈,我就是要这个,就是这个代码,找了好久了,非常感谢!
Ahahahahaha, I just want this, this is the code, I have been looking for it for a long time, thank you very much!
怎么样?是不是非常干净和炫酷
-
@Pesala Any chance you could tell me where the icon is located so I would manually use the red one from older build?
In MacOS there is no icon at all.
-
@AntraX666 It's an SVG embedded into the UI code: