Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Create elementaryos-like-btn-position.css #116

Open
wants to merge 2 commits into
base: Firefox60
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions titlebar/elementaryos-like-btn-position.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
* Elementary OS like window buttons.
* Close (C) on the left, maximize (M) on the right
* no minimize (m)
*
* (ideal with title bar disabled)
*
* Contributor(s): Bleznudd
* https://github.com/Bleznudd/
*
*/

.toolbar-items{
position: absolute !important;
left: 34px !important;
width: calc(100vw - 100px) !important;
}
#TabsToolbar-customization-target{
width: 100% !important;
z-index: 10 !important;
}
.tabs-newtab-button{
z-index: 15 !important;
}
.tabbrowser-tab{
z-index: 15 !important;
}
.titlebar-buttonbox{
display: flex !important;
flex-direction: row-reverse !important;
z-index: 5 !important;
}
.titlebar-min{
display: none !important;
}
.titlebar-close{
margin-right: calc(100vw - 60px) !important;
}