mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update tab button styling with min-width property
This commit is contained in:
@@ -320,6 +320,7 @@ toolbarbutton#scrollbutton-up {
|
||||
animation: zen-slide-in 0.3s;
|
||||
width: calc(var(--zen-browser-tab-icon-size) + 2px);
|
||||
transition: .1s background, .1s border-color;
|
||||
min-width: var(--tab-min-width);
|
||||
}
|
||||
|
||||
.tabbrowser-tab:hover {
|
||||
|
Reference in New Issue
Block a user