Skip to content

Commit

Permalink
fix #135
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamXweb committed Dec 20, 2024
1 parent fd08c66 commit 5176ad2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion chrome/WhiteSur/parts/tabsbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -460,4 +460,13 @@ transition: all 150ms ease-in !important;
/* hide tab view section*/
#alltabs-button.toolbarbutton-1 {
visibility: collapse !important;
}
}
/* no icon align label to centre */
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([selected]):not([image]) .tab-label-container{
margin-left: auto !important;
}
/* too many tabs still show close button */
.tab-close-button {
&[pinned], #tabbrowser-tabs[closebuttons="activetab"][orient="horizontal"] &:not([selected]) {
display: flex !important;
}}

0 comments on commit 5176ad2

Please # to comment.