Skip to content

Commit

Permalink
Fix visibility of new tab and all tabs buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Jan 16, 2020
1 parent 7b5d4d6 commit fe8fe9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions browser/themes/shared/browser.inc.css
Expand Up @@ -563,6 +563,14 @@
z-index: 1;
}

:root:not([leftWindowControls]) #titlebar.tabs-topAboveAB #toolbar-menubar[autohide="true"] + #TabsToolbar {
padding-right: 80px;
}

:root[inFullscreen]:not([leftWindowControls]) #titlebar.tabs-topAboveAB #toolbar-menubar[autohide="true"] + #TabsToolbar {
padding-right: 140px;
}

:root[leftWindowControls] .titlebar-buttonbox {
left: 5px;
right: auto;
Expand Down

0 comments on commit fe8fe9d

Please sign in to comment.