Skip to content

Issue with CSS code snippets from the Wiki #3670

Closed Answered by ItwasamiiDio
ItwasamiiDio asked this question in Q&A
Discussion options

You must be logged in to vote

Fixed it to my liking with the following code

/* Hide horizontal tabs at the top of the window */
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
  opacity: 0;
  pointer-events: none;
}

#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
    visibility: collapse !important;
}

#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
  height: 0px; /* Set the height to 0 to hide the tab bar */
  margin-top: -35px; /* Shift the content up by 50px */
}

    /* Adding empty space for buttons */

#nav-bar {
    margin-right:140px;
}

#TabsToolbar > .titlebar-buttonbox-container {
  display: block;
  position: absolut…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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