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

Issue: Auto Expand Sidebar Tab Background Widths #1044

Open
bryan065 opened this issue Feb 8, 2025 · 0 comments
Open

Issue: Auto Expand Sidebar Tab Background Widths #1044

bryan065 opened this issue Feb 8, 2025 · 0 comments

Comments

@bryan065
Copy link

bryan065 commented Feb 8, 2025

Noticed that the tab backgrounds when using this mod is different than the stock collapsed background width. Makes the sidebar feel claustrophobic to me.

I'm unsure what the guidelines/policy is for submitting PR's for others' themes/mods.

Changing

.tab-background {
	width: calc(100% - 4px) !important;
}

to

.tab-background {
	width: calc(100% - 8px) !important;
}

makes it more like the stock collapsed sidebar feel.

Example:

Before (with auto expand sidebar mod enabled):

Image

After (with auto expand sidebar mod enabled):

Image

Stock collapsed state (with auto expand sidebar mod disabled):

Image

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