diff --git a/configuration/extensions/tab-center-reborn.css b/configuration/extensions/tab-center-reborn.css index 12deed6..39d311c 100644 --- a/configuration/extensions/tab-center-reborn.css +++ b/configuration/extensions/tab-center-reborn.css @@ -74,7 +74,7 @@ body { } #newtab { - display:none; + width: 95%; } .tab, @@ -100,7 +100,6 @@ body { min-width: 16px; } - /* the @media rule only allows these settings apply when the sidebar is expanded */ @media (min-width: 49px) { /* Move close button to left side */ @@ -157,6 +156,7 @@ body { background: var(--identity-color); transition: inset .1s; } + #tablist .tab.active[data-identity-color] .tab-context::before, #pinnedtablist:not(.compact) .tab.active[data-identity-color] .tab-context::before { top: 1px; diff --git a/theme/extensions/tab-center-reborn.css b/theme/extensions/tab-center-reborn.css index 2edd7af..9bacf29 100644 --- a/theme/extensions/tab-center-reborn.css +++ b/theme/extensions/tab-center-reborn.css @@ -13,13 +13,21 @@ #browser { position: relative; } + + #tabbrowser-tabbox { + z-index: 0 !important; + } + + #navigator-toolbox { + z-index: 10 !important; + } #sidebar-box:not([lwt-sidebar]){ appearance: unset !important; } #sidebar-box[sidebarcommand*="tabcenter"] { - z-index: 1; + z-index: 1 !important; } #sidebar-box[sidebarcommand*="tabcenter"] #sidebar-header { @@ -41,7 +49,7 @@ overflow: hidden; border-right: 1px solid var(--sidebar-border-color); - z-index: 1; + z-index: 1 !important; top: 0; bottom: 0; }