Dismiss the Quick Settings Panel of Start page like Web Panel.
-
Hi! Quick Settings Panel of Start page is good. But this setting only closed by clicking closed button on the corner now.
This is not too much better. So, I hope this setting to close like web panel by clicking other area.
//MODEDIT: edited title
-
P pafflick moved this topic from Vivaldi for Renault on
-
@kyu3a Use some CSS to hide it completely. Right-click to edit the Start Page Preferences.
/*Hide Start Page Settings Button*/ .SpeedDialView-Settings-Button {display: none;}
-
@Pesala Thanks!!