Disable single toolbar mode and adjust vertical tab button styling

This commit is contained in:
mr. M
2024-11-27 17:10:47 +01:00
parent cb6f3f9195
commit a70dfce490
2 changed files with 5 additions and 1 deletions

View File

@@ -644,6 +644,10 @@
@media (-moz-bool-pref: 'zen.tabs.show-newtab-vertical') {
#tabs-newtab-button {
display: flex !important;
& .toolbarbutton-text {
align-items: center;
padding-top: 0;
}
}
#tabbrowser-arrowscrollbox-periphery {