We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
#3081
Sorry, something went wrong.
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; }
You are welcome. If this works for you, can you close this item? Thanks.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: