Skip to content
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

[BUG] Tabsbar doesn't have separator between tabs #117

Open
2 tasks done
AdamXweb opened this issue Apr 14, 2024 · 3 comments
Open
2 tasks done

[BUG] Tabsbar doesn't have separator between tabs #117

AdamXweb opened this issue Apr 14, 2024 · 3 comments
Assignees

Comments

@AdamXweb
Copy link
Owner

Describe the problem

In comparison to Safari, the theme doesn't have a separator between each tab.
See examples
Screenshot 2024-04-14 at 7 04 17 PM
Screenshot 2024-04-14 at 7 03 49 PM

Version

1.5.4

OS

MacOS 14

Firefox Version

124

Install Options

n/a

Colour Theme

n/a

Additional info

No response

Please tick the boxes

@AdamXweb AdamXweb self-assigned this Apr 14, 2024
@AdamXweb
Copy link
Owner Author

@amcottre
Copy link

amcottre commented Mar 8, 2025

Apologies to comment on an old issue but is there a way to add the separators back in or is it just how this theme is built? I've tried changing the code in that section but nothing is working for me

@AdamXweb
Copy link
Owner Author

Hi @amcottre ,

It's something on the to-do list, however I haven't had time to make it just right. In the meantime you could try tweaking something like this on

.tab-background {
border-radius: 0 !important;
margin-block: 0 !important;
box-shadow: inset 0 1px var(--gnome-toolbar-border-color), inset 0 -1px var(--gnome-toolbar-border-color) !important;
}

	.tab-background {
		border-radius: 0 !important;
		margin-block: 0 !important;
		box-shadow: inset 0px 0.8px 2px var(--gnome-inactive-toolbar-background), inset 0px -1px 0px 1px var(--gnome-inactive-toolbar-background) !important;
	}

Instead of a border around the tabs, the same effect is gained by creating an inset shadow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants