gah I forgot to stage all my new files
This commit is contained in:
parent
bd5a4b0c0e
commit
9f4c905c03
319 changed files with 12157 additions and 14 deletions
29
.config/firefox/chrome.bak/chrome/hide_tabs_toolbar.css
Normal file
29
.config/firefox/chrome.bak/chrome/hide_tabs_toolbar.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
/* Hide tabs toolbar Fx65+ */
|
||||
:root{--uc-toolbar-height: 32px}
|
||||
:root:not([uidensity="compact"]){--uc-toolbar-height: 38px}
|
||||
|
||||
#TabsToolbar{visibility: collapse}
|
||||
#nav-bar,
|
||||
#PersonalToolbar{
|
||||
background: transparent !important;
|
||||
}
|
||||
#navigator-toolbox{ background: var(--toolbar-bgcolor) var(--toolbar-bgimage) }
|
||||
|
||||
#nav-bar{margin: calc(0px - var(--uc-toolbar-height)) 138px 0 0 }
|
||||
|
||||
#toolbar-menubar{
|
||||
min-height:unset !important;
|
||||
height:var(--uc-toolbar-height) !important;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#main-menubar{
|
||||
-moz-box-flex: 1;
|
||||
background: var(--toolbar-non-lwt-bgcolor);
|
||||
background-clip: padding-box;
|
||||
border-right: 30px solid transparent;
|
||||
border-image: linear-gradient(to left, transparent, var(--toolbar-non-lwt-bgcolor) 30px) 20 / 30px
|
||||
}
|
||||
|
||||
#toolbar-menubar:not([inactive]){ z-index: 2 }
|
||||
#toolbar-menubar[inactive] > #menubar-items { opacity: 0 }
|
Loading…
Add table
Add a link
Reference in a new issue