Created
September 23, 2023 16:18
-
-
Save Akryum/94d7a802a4917a410e3129cf3cc09d31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#tabbrowser-tabs { | |
visibility: collapse; | |
} | |
#navigator-toolbox { | |
display: flex; | |
flex-flow: row wrap; | |
} | |
#titlebar { | |
order: 1; | |
max-width: 146px; | |
} | |
#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% - 146px); | |
} | |
#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; | |
} | |
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment