mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-21 12:20:43 +00:00
chore: Update tab button styling with min-width property
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user