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

Optional pinned tabs wrap broken since Sideberry v5 #66

Open
dko1905 opened this issue Nov 12, 2024 · 0 comments
Open

Optional pinned tabs wrap broken since Sideberry v5 #66

dko1905 opened this issue Nov 12, 2024 · 0 comments

Comments

@dko1905
Copy link

dko1905 commented Nov 12, 2024

They renamed PinnedDock to PinnedTabsBar which breaks the following Sideberry styles:

 /* Disable these two snippets below to make pinned tabs wrap when minimised */
.PinnedDock {
	flex-wrap: nowrap !important;
}

.PinnedTab {
	overflow: hidden !important;
	min-width: var(--tabs-pinned-width) !important;
}

The fix
Rename PinnedDock to PinnedTabsBar.

Ref: #566

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

1 participant