Skip to content

Commit

Permalink
Made tabs align to left in vertical tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Nov 29, 2024
1 parent 990d01b commit e91d2a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Private Mode Style/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
outline: 0.01px solid rgba(0,0,0,0.4) !important;
box-shadow: none !important;
border-start-start-radius: 0px !important;
border-start-end-radius: 0px !important;
}
}
#tabbrowser-arrowscrollbox[orient="vertical"] {
Expand Down
1 change: 1 addition & 0 deletions Titlebar Enabled/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ toolbarpaletteitem > #stop-reload-button {
outline: 0.01px solid #B5B5B5 !important;
box-shadow: none !important;
border-start-start-radius: 0px !important;
border-start-end-radius: 0px !important;
}
}
#tabbrowser-arrowscrollbox[orient="vertical"] {
Expand Down
1 change: 1 addition & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,7 @@ toolbarpaletteitem > #stop-reload-button {
outline: 0.01px solid #B5B5B5 !important;
box-shadow: none !important;
border-start-start-radius: 0px !important;
border-start-end-radius: 0px !important;
}
}
#tabbrowser-arrowscrollbox[orient="vertical"] {
Expand Down

0 comments on commit e91d2a0

Please sign in to comment.