Reduce tab size in sidebar

What I’m trying to do

How can I decrease the size/height of tabs (the red part) in the right sidebar?

image

Never mind, I figured it out. For anyone looking to do the same,

.mod-right-split .workspace-tab-header-container {
   height: 2px;
}
.mod-top .mod-right-split, .mod-top .workspace-tab-header-container {
 height: auto;
}

Can you please show a screenshot with a bit more context? I can’t tell what part you shrunk.

Glad you figured it out though!

The tabs in the side bar. Initially they looked like this:


After adding the code, the red part is hidden

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.