Replies: 1 comment 1 reply
-
Go to "Styles editor" in Sidebery settings and add this to the custom CSS section: /* indent lines */
#root .Tab[data-pin="false"]:not([data-lvl="0"]) .body:after {
width: 1px;
top: -1px;
background-color: var(--tabs-activated-fg);
opacity: 0.7;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I mean those lines here, couldnt find anything online

Beta Was this translation helpful? Give feedback.
All reactions