Vertical bar on the right. What is it and how do I get rid of it? #3326
Answered
by
kubakakauko
kubakakauko
asked this question in
Q&A
-
Hi, does anyone know this annoying bar on the right hand side of TST is called. If anyone knows that this could be and how to possibly get sid of it, any hints would be appriciated. Not hovered Gone when hovered |
Beta Was this translation helpful? Give feedback.
Answered by
kubakakauko
Apr 27, 2023
Replies: 1 comment
-
For anyone wondering. I found out the answer! I've added the code below to my userChrome.css and the issue is solved. /* Hide splitter, when using Tree Style Tab. */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] + #sidebar-splitter {
display: none !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kubakakauko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For anyone wondering. I found out the answer!
This element is called a slitter and the author already had a solution for this in place.
I've added the code below to my userChrome.css and the issue is solved.