Skip to content

Instantly share code, notes, and snippets.

@Akryum
Created September 23, 2023 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akryum/97f33366d2c0013447cb732bc7725447 to your computer and use it in GitHub Desktop.
Save Akryum/97f33366d2c0013447cb732bc7725447 to your computer and use it in GitHub Desktop.
Under Gnome
#tabbrowser-tabs {
visibility: collapse;
}
#navigator-toolbox {
display: flex;
flex-flow: row wrap;
}
#titlebar {
order: 1;
max-width: 44px;
}
#titlebar #TabsToolbar {
background-color: var(--toolbar-bgcolor);
background-image: var(--toolbar-bgimage)
}
#titlebar #TabsToolbar .titlebar-spacer {
background-color: rgba(0,0,0,0.05);
margin: 3px;
border-radius: 25%;
cursor: grab;
}
#titlebar #TabsToolbar .titlebar-spacer[type="pre-tabs"] {
display: none;
}
#nav-bar {
order: 0;
width: calc(100% - 44px);
background: none !important;
}
#PersonalToolbar {
order: 2;
}
/* Update - Hides the new Firefox home + tab dropdown. If you want to keep/customize those buttons. remove the CSS below and adjust the widths above to get everything fitting in one line */
#TabsToolbar .toolbar-items {
display: none;
}
#urlbar-background {
background: #2a2833 !important;
}
/* sidebar header */
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header {
display: none;
}
/* sidebar splitter size */
.sidebar-splitter {
width: 2px !important;
border-color: #16141a !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment