1#TabsToolbar {2 padding: 6px 0px 2px 6px !important;3 background: var(--base_color1) !important;4 visibility: collapse;5}67#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {8 opacity: 0;9 pointer-events: none;10}1112#main-window:not([tabsintitlebar="true"]) #TabsToolbar {13 visibility: collapse !important;14}1516#sidebar-box #sidebar-header {17 display: none !important;18}1920#sidebar-splitter {21 border: 0px !important;22 width: 1px !important;23}24