modifications mostly to awesome
This commit is contained in:
parent
a7db9e944a
commit
dda80f1d77
126 changed files with 6539 additions and 27 deletions
26
firefox/chrome/chrome/Fx65_tabs_on_bottom.css
Normal file
26
firefox/chrome/chrome/Fx65_tabs_on_bottom.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
/* Modify to change window drag space width */
|
||||
:root[tabsintitlebar="true"] #nav-bar{ --window-drag-space-width: 24px }
|
||||
|
||||
.titlebar-buttonbox-container{
|
||||
position: fixed;
|
||||
top:0;
|
||||
right:0;
|
||||
height: 40px;
|
||||
}
|
||||
#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
|
||||
|
||||
:root[sizemode="maximized"] > #navigator-toolbox{ padding-top: 8px !important; }
|
||||
:root[sizemode="maximized"] .titlebar-buttonbox-container{ top: 8px }
|
||||
|
||||
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
||||
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
|
||||
#titlebar{
|
||||
-moz-box-ordinal-group: 2;
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
:root[tabsintitlebar="true"] #nav-bar{
|
||||
padding-right: calc(138px + var(--window-drag-space-width,0px));
|
||||
padding-left: var(--window-drag-space-width,0px)
|
||||
}
|
||||
.titlebar-placeholder,
|
||||
#TabsToolbar .titlebar-spacer{ display: none; }
|
Loading…
Add table
Add a link
Reference in a new issue