chore: Update tab button styling with min-width property

This commit is contained in:
Mauro Balades
2024-08-07 19:36:33 +02:00
parent 246a6d60da
commit e50d16b0cf

View File

@@ -321,6 +321,10 @@ toolbarbutton#scrollbutton-up {
width: calc(var(--zen-browser-tab-icon-size) + 2px);
transition: .1s background, .1s border-color;
min-width: var(--tab-min-width);
display: flex !important;
justify-content: center;
align-items: center;
}
.tabbrowser-tab:hover {