Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
fix(firefoxCSS): option for window-controls on right(#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshat46 committed Mar 6, 2021
1 parent fe2467f commit 30a4930
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome/config.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* order of these files is important and should not be changed */

@import "icons/extension-icons.css";
@import "window-controls/wc-without-tabline.css";
@import "hide-tabline.css";
@import "userChrome-static.css";

:root {
Expand Down
13 changes: 13 additions & 0 deletions chrome/window-controls/wc-without-tabline-r.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#TabsToolbar.browser-toolbar {
left: auto !important;
right: var(--wc-right-space) !important;
}

:root:not([inFullscreen]) toolbar#nav-bar {
margin-left: 0 !important;
margin-right: calc(var(--wc-right-space) * 2 + 60px) !important;
}

.titlebar-buttonbox {
flex-direction: row !important;
}

0 comments on commit 30a4930

Please sign in to comment.