-
I preferred having the indicator show as dots. |
Beta Was this translation helpful? Give feedback.
Answered by
mbnuqw
Sep 25, 2023
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BurntFood
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this custom CSS:
Open
Sidebery settings >> Styles editor
and paste these CSS styles into the text field (the right column)