-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove gap between pinned and unpinned tabs #4
Comments
I was hesitant because it seemed like a deliberate addition to the gap from Proton team. A few hours ago, I made an update on the divider line. Would you like to check it? |
I started using just before opening issue. Even though I ran a diff and besides my modifications outlined above I am running the last version. Here are some screenshots: Original from repo, no modificationsWith only border color modificationWith both border color and tab gap modificationsOne thing to correct from my first post: line to be modified to use If I can provide any other info, let me know. |
Nice report!!😎 Thank you |
You’re welcome! No rush on this, take your time and sleep tight. Thanks again for the nice solution |
Remove GapsFirst of all, I made it active in compact mode. Seperator TestExtensive testing was done for the unselected tab's seperator.
More GTK Themes
ResultIt was Therefore, we have created a new wiki document dealing with compatibility issues!! |
Thanks for the wiki entry. I had to keep One thing to correct, although I am using KDE Plasma 5.21 with stock Breeze Twilight theme (from your screenshots it seems you are running KDE Plasma as well), I am using a custom color scheme called Ambiance-ISH (link below) https://store.kde.org/p/1001434 Of course as this is a custom color scheme, I don't expect it to be handled by the original Totally forgot to mention it before, sorry. I use this color theme for so long I usually forget about it. Also I kept the gap removal from my first comment, but also understand your reasoning around it. But maybe you could add it to the week to those who might want to remove it. Thanks for all the help and the hard work to provide this custom CSS. |
I will add an issue template that asks about the theme in use. + Good News |
Actually, I hesitated because of the compatibility issues of tab separators and only provided it in the compact. I now believe that a lot has been resolved, so we will remove the gap. |
First of all thanks for this repo. I totally agree with the pro/cons about proton on README.
I added this to my local copy:
It removes the gap between pinned and unpinned tabs. Add it to the repo if you think it is a good addition.
Also, as I use a light theme I needed to tweak line 115 and change the color to
var(--tabs-border-color)
to get tab separators showing. I am not using any additional theme on Firefox, but with the previous value the tab separators won't show.Thanks again and have a nice day.
The text was updated successfully, but these errors were encountered: