Skip to content
Discussion options

You must be logged in to vote

Use this custom CSS:

#root .Tab[data-pin="false"]:not([data-lvl="0"]) .body:after {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: calc(50% - 2px);
    left: calc(var(--tabs-indent) * -0.5 - 2px);
    background-image: none;
  background-color: var(--tabs-normal-fg);
}

Open Sidebery settings >> Styles editor and paste these CSS styles into the text field (the right column)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BurntFood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants