φ Phi - The ultimate vertical experience theme for Vivaldi, made with attention to details.
-
The resolution was a little bad but I think you can get an idea. https://imgur.com/a/SsvSnjB
-
The address bar doesn't increase its height by a specific value (which would require absolute positioning), but rather covers the extensions row area (an implementation that would also be broken if I would implement your first request), so the height increase cannot really be customized (short of increasing the height of the extensions row, and decreasing wouldn't be possible).
I implemented it this way so that the URL bar wouldn't require absolute positioning. The CSS code is cleaner this way.
Oops. I didn't pay attention to the "--phi--is-address-bar-focused-height-increase" setting. This gives me the result I need.
-
The resolution was a little bad but I think you can get an idea. https://imgur.com/a/SsvSnjB
Oh, you made your own customization. Nice
I'm not gonna reproduce this, sorry. The purpose of Phi is to use the vertical space. As you can see on your video, your modification creates a significant void below the tab list, which can be used to show a huge amount of tabs of course, but that shouldn't be the norm.
I didn't pay attention to the "--phi--is-address-bar-focused-height-increase" setting
Oh, so you didn't want to change the height, rather disable the height change. Sure, I wouldn't have hardcoded that behavior.
-
@KaKi87 Excellent, esp. that pinned tabs grid. Now I don't have to wait for the implementation of the Feature Request, if it ever will. This is a beautiful piece of work. I starred it on Github.
-
@Granite1 Thank you !
-
@Xiean said in φ Phi - The ultimate vertical experience theme for Vivaldi, made with attention to details.:
Profile button. It's not that it's functional and necessary, but still.
So I actually ended up unhiding this on Mac after learning that the base profile manager doesn't allow creating profiles on Mac contrarily to Linux and Windows.
-
This post is deleted! -
How can I make the panel bar on the right visible?
The purpose of the mod is to use optimize space, so panel icons are at the bottom on the same side as everything else.
Having everything but panels on one side and panels on the other side means more horizontal space consumed even though the sidebar has vertical space.
However, you can still choose in settings to display the panels themselves to show up on the opposite side from the sidebar.
-
thank you for the great mod
I want to ask for a feature I always want that make the pinned tabs not scroll out of screen (that's the idea, "pinned")
is this possible with css?@KaKi87 said in φ Phi - The ultimate vertical experience theme for Vivaldi, made with attention to details.:
So I actually ended up unhiding this on Mac after learning that the base profile manager doesn't allow creating profiles on Mac contrarily to Linux and Windows.
just curious, what's your opinion of profile
-
I always want that make the pinned tabs not scroll out of screen (that's the idea, "pinned")
is this possible with css?Unfortunately, it's not.
That said, if you really often reach the point where tabs scroll, then you should consider using workspaces.
what's your opinion of profile
Mostly useless except for testing (e.g. troubleshooting mods).
Firefox container tabs are so much better and relevant, unfortunately it's the only good part about Firefox.
-
L56
.tab-group .title:not(:has(.tab-title-edit)),
make tabs' title disappear when hovering tab stack
is this intended? -
Yes, so that the titles of each tab in the stack can be simultaneously displayed.
-
I can't call address bar out by Ctrl+L in both compact mode (pannel toggle) and borderless mode (Ctrl+F11)
-
That's not supported and would be difficult to support...
-
How about a shadow around the webview?
I think this is a good way to separate the webview area from the interface.
For example, Zen Browser:
-
a shadow around the webview
In addition to the border ?
-
@KaKi87 Yeah
-
Alright, I added two new properties :
--phi--webview-shadow-size: 0; --phi--webview-shadow-color: 0, 0, 0, 0.25;
If you want the same as Zen, change
0
to10
on the first line. -
@KaKi87 This looks amazing. Thank you
-
As I wrote to you in Telegram - I would recommend to make it optional - maybe just in code, user have to change parameter from false to true or vice versa, to get panel bar on right side all the time not only panel icons in left bar while they're not opened.