Replace all <Tab> characters with two spaces

This commit is contained in:
MrOtherGuy
2020-05-22 09:07:26 +03:00
parent a3146bb483
commit a0c8c9c2a0
18 changed files with 76 additions and 76 deletions

View File

@@ -4,8 +4,8 @@ See the above repository for updates as well as full license text. */
/* 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;
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]){