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

How do you change the indentation/margin of child tabs? #3090

Closed
georgeabr opened this issue Feb 11, 2022 · 3 comments
Closed

How do you change the indentation/margin of child tabs? #3090

georgeabr opened this issue Feb 11, 2022 · 3 comments

Comments

@georgeabr
Copy link

I am using TST on linux, but cannot find the setting (css or know in addon settings) to change the pixels taken by child tabs.

@irvinm
Copy link
Contributor

irvinm commented Feb 11, 2022

#3081

@georgeabr
Copy link
Author

Thanks for your help, @irvinm.
For each level of indent of child tabs, manually add a tab-item entry.

tab-item[data-level][data-level="1"] tab-item-substance {
  margin-left: 0px !important;
}
tab-item[data-level][data-level="2"] tab-item-substance {
  margin-left: 6px !important;
}
tab-item[data-level][data-level="3"] tab-item-substance {
  margin-left: 10px !important;
}

@irvinm
Copy link
Contributor

irvinm commented Feb 11, 2022

You are welcome. If this works for you, can you close this item? Thanks.

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