Skip to content

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
Discussion options

You must be logged in to vote

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.

/* Hide splitter, when using Tree Style Tab. */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] + #sidebar-splitter {
    display: none !important;
}

Replies: 1 comment

Comment options

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