Group tabs appearance
-
Translated by AI
Hello.
In short - is it possible to add options so that the tab group tab only shows the name given by the user, and possibly the notification counter, if any appear on the tab in this group?Namely:
- the ability to remove the "x" - closing button, from the tab group (but it could stay on the tabs)
- the ability to remove the window showing the number of tabs in the group
- the ability to remove the active tab icon that appears on the group tab
It would be extremely helpful to add the options:
- changing the color of the tab group, each separately
- the ability to manually set the size of each tab group separately
This would give the ability to set a very practical and clear view of tabs with groups, without any unnecessary information.
Something like:
-
@janekk I like the idea with the color of the groups.
-
It is posible. Look this post:
"Automatic color for Active tabs & Active tab stacks using favicon"
-
@barbudo2005 But so are only my tabs' colours going to change, no? Not the window's color anymore anymore, right?
-
I don't understand you. Please explain your question better.
-
@barbudo2005 So, if I run the commands you posted, will my window(the Vivaldi one, which is usually coloured) have no color and, in exchange, will only my tabs (these:
) have different colors?
I hope it helps. -
-
@barbudo2005 Yes, I knew these options. I only asked what would happen if I tried to execute the commands you gave.
-
This happens automatically for Active tab stacks:
And also for Inactive tab stacks if you define it that way (I use it for the most visited sites):
-
This post is deleted! -
@barbudo2005 said in Group tabs appearance:
This happens automatically for Active tab stacks:
This happens if I set this using your command, right?
-
Yes.
-
@barbudo2005 But do you use an older version of Vivaldi? I see your tab bars look more different from mine. Worse, for me.
-
Said:
Worse, for me.
I use my own style for tabs. I like them that way, and there is nothing written about taste.
-
@barbudo2005 Yes, I completely agree with you! It's your opinion.
I only asked that since I'm afraid that my tabs will look so too if I run the commands from you. -
Said:
I only asked that since I'm afraid
No. The code only put color borders to the tabs according to the color of the site's favicon.
There are no changes in shape, rounded borders, widths, detached, etc.
-
@barbudo2005 WHAT? You have either too much humor or you disregard me for my taste...
Yes, I'm afraid.
I would never want my browser to look like yours. This is what I think and you have to accept my opinion: " I like them that way, and there is nothing written about taste."(baburdo2005) -
Don't be serious. It just makes me laugh that you're afraid.
-
@barbudo2005 I wasn't totally serious. But, as I said, I wouldn't want to have a problem that I wouldn't be able to solve. I experienced that, and it's awful.
-
@janekk said in Group tabs appearance:
- the ability to remove the "x" - closing button, from the tab group (but it could stay on the tabs)
- the ability to remove the window showing the number of tabs in the group
- the ability to remove the active tab icon that appears on the group tab
Here is how you do it:
div.stack-counter { display: none !important; } div.is-substack span.favicon.jstest-favicon-image { display: none !important; } div.is-substack button.close { display: none !important; }