Skip to content

Instantly share code, notes, and snippets.

@zhangyoufu
Created October 22, 2025 15:19
Show Gist options
  • Select an option

  • Save zhangyoufu/da3663ac6d966681c99e1b7a12559060 to your computer and use it in GitHub Desktop.

Select an option

Save zhangyoufu/da3663ac6d966681c99e1b7a12559060 to your computer and use it in GitHub Desktop.
Firefox UI Customization: Compact Vertical Tab Bar
@media -moz-pref("sidebar.verticalTabs") {
:root {
--tab-block-margin: 0 !important;
--tab-min-height: 24px !important;
}
}
#tabbrowser-tabs[orient="vertical"] {
.tabbrowser-tab {
padding-block: 0 !important;
}
tab-group:not([collapsed]) > &,
tab-group[collapsed][hasactivetab] > & {
padding-block-end: var(--space-xsmall) !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment