Skip to content

Commit

Permalink
Fix: Tab Bar - Button radious
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jun 5, 2021
1 parent 0de3ef6 commit aea3745
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
--arrowpanel-menuitem-padding: 8px !important; /* Original: 8px */
}

/* Fix Tab bar button radious */
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon,
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-text,
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-badge-stack,
.tab-close-button {
--tab-border-radius: 4px !important;
}

/** Tab Bar - Reduce Width, Show more tabs **********************************/
.titlebar-spacer[type="pre-tabs"] {
width: 30px !important; /* Original: 40px */
Expand Down

0 comments on commit aea3745

Please sign in to comment.