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
|
@ -0,0 +1,11 @@
|
|||
/* Use with navbar_tabs_oneliner.css */
|
||||
|
||||
#toolbar-menubar:not([inactive]) ~ #TabsToolbar{
|
||||
margin-left:calc(var(--uc-navigationbar-width) + 300px ) !important;
|
||||
margin-top: calc(0px - var(--uc-toolbar-height)) !important;
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
#toolbar-menubar:not([inactive]){
|
||||
margin-left: var(--uc-navigationbar-width);
|
||||
height: var(--uc-toolbar-height);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue