CSS mods to improve and clean UI
-
How can I hide it in the active tab so that it only appears in the new tab?
https://forum.vivaldi.net/topic/95511/overlay-bookmark-bar/9 (best)
https://forum.vivaldi.net/topic/102950/auto-hide-bookmark-bar-toolbar-sidebar-unless-hovered-over
https://forum.vivaldi.net/topic/34672/auto-hide-bookmark-bar/
-
@FoxieFox I'm trying it for the first, it seems great so far. But I am skeptical about such things. But since there is no other way out, what can we do?
Thanks
Damn, the forum interface is as strange as the browser itself -
@FoxieFox said in CSS mods to improve and clean UI:
@Zalex108 some of them are new marked "by rafaell0". I've written them in recent months.
Hi,
Would you post them on the Forum?Many a times, there are breaks between V Updates and the best place to get info about is the Forum.
Even some other uses would improve the code.On the other side,
The Forum would be easier than GitHub for some users. -
Would you post them on the Forum Many a times, there are breaks between V Updates and the best place to get info about is the Forum.
I shared a link on GitHub as a backup in case of any issues with V updates: all mods changes will be available immediately via the link in the header. It's inconvenient for me to update both GitHub and the forum
Even some other uses would improve the code
I would be very happy to see code suggestions on any platform. Perhaps the best way forward would be a discussion here and a link to the release version in the header.
-
@FoxieFox said in CSS mods to improve and clean UI:
Perhaps the best way forward would be a discussion here and a link to the release version in the header.
Yes,
This would be a way to have both infos. -
But since there is no other way out, what can we do?
There is no need to write a new mod. I suggest you use the search in the
Modifications
category. -
@FoxieFox said:
Perhaps the best way forward would be a discussion here and a link to the release version in the header.
Yes,
This would be a way to have both infos.Well. I would be very grateful for some assistance with automation/autohotkey script. I have two versions of the scripts now: Personal and Public. The Personal version goes through a transformation, after which I upload it to GitHub via a browser. After that, I have to copy it and send it here.
-
Maybe someone knows and is interested on that.
-
I have a bit of an issue here.
I have the panel toolbar and tab bar on the left side and while using the hide tab bar css the tabs seem to be hidden by the panel bar. If I hide the panel bar, tab bar shows normally. -
@Lunarie said in CSS mods to improve and clean UI:
I have a bit of an issue here.
I have the panel toolbar and tab bar on the left side and while using the hide tab bar css the tabs seem to be hidden by the panel bar. If I hide the panel bar, tab bar shows normally.If you mean that the tabs appear, but there is a toolbar on top of them, then you need to add Z-Index = 12 property in the tab bar css settings: https://github.com/JoyHak/Vivaldi-CSS-mods/blob/724600e76d2020cc21f0aee7c83ac18d5f096e99/hide_tabs.css#L37
-
Thank you! This is exactly what I have been looking for! The auto-hide bar mod works great!