Created
September 23, 2023 19:33
-
-
Save Akryum/97f33366d2c0013447cb732bc7725447 to your computer and use it in GitHub Desktop.
Under Gnome
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: 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