mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
26 lines
553 B
CSS
26 lines
553 B
CSS
|
|
:root * {
|
|
--zen-sidebar-action-button-width:36px !important;
|
|
--toolbarbutton-inner-padding: unset!important;
|
|
--zen-tabbrowser-padding: 0px!important;
|
|
--tab-min-width: 36px!important;
|
|
}
|
|
|
|
/* Fix scrollbar visible issue when having a lot of tabs */
|
|
#tabbrowser-arrowscrollbox {
|
|
scrollbar-width: none
|
|
}
|
|
|
|
#zen-workspaces-button {
|
|
border: unset!important;
|
|
}
|
|
|
|
.tabbrowser-tab, .toolbarbutton-1 {
|
|
margin: unset!important;
|
|
padding: unset!important;
|
|
margin-left: 0px!important;
|
|
}
|
|
|
|
#zen-sidebar-icons-wrapper {
|
|
align-items: unset!important;
|
|
}
|