diff --git a/chrome/SideBarFox/sidebar.css b/chrome/SideBarFox/sidebar.css index 4dcad22..c0ad3de 100644 --- a/chrome/SideBarFox/sidebar.css +++ b/chrome/SideBarFox/sidebar.css @@ -2,23 +2,25 @@ /* delay before expanding tabs, set to '0' for no delay */ --delay: 2.2s; --transition-time: 0.2s; - --positionX1: 4rem; /* '48px' for left, '0px' for right sidebar */ - --positionX2: absolute; /* 'absolute' for left, 'none' for right sidebar */ + --positionX1: 4rem; + /* '48px' for left, '0px' for right sidebar */ + --positionX2: absolute; + /* 'absolute' for left, 'none' for right sidebar */ /* width of the collapsed sidebar in fullscreen mode ('1px' or '48px') */ --fullscreen-sidebar-width: 4rem; /* side bar config */ --sidebar-max-width: 13rem; - --sidebar-min-width: 4rem; + --sidebar-min-width: 50px; --sidebar-extend-delay: 2s; --sidebar-hide-delay: 0.7s; --sidebar-extend-duration: 300ms; } /* Suppress "white flash" on showing sidebar in Dark color mode #2903 */ -@-moz-document regexp("moz-extension://.+/sidebar/sidebar.html.*") -{ +@-moz-document regexp("moz-extension://.+/sidebar/sidebar.html.*") { + :root, #background { background-color: rgb(128, 128, 128); @@ -57,4 +59,4 @@ #menubar-items { display: none !important; } -} +} \ No newline at end of file diff --git a/chrome/sidebery.css b/chrome/sidebery.css index 145dd27..fb596be 100644 --- a/chrome/sidebery.css +++ b/chrome/sidebery.css @@ -1,9 +1,13 @@ #root.root { - --tabs-inner-gap: 0.59rem; + --tabs-inner-gap: 11.5px; } #root.root { - --tabs-height: 41px; + --ntb-padding: 4px; +} + +#root.root { + --tabs-height: 43px; } #root.root {