diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css index 93b1791e..d02a3543 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css @@ -224,12 +224,21 @@ /* Puts Essentials at the bottom */ :has(#theme-SuperPins[uc-essentials-position="bottom"]) { - #zen-essentials-container, .zen-essentials-container { + #zen-essentials-container, #zen-essentials-wrapper { order: 999 !important; margin-top: auto !important; padding-top: 5px !important; padding-bottom: 4px !important; } + + .zen-essentials-container { + position: relative !important; + min-width: 100% !important; + } + + .zen-current-workspace-indicator, #zen-tabs-wrapper { + margin-top: 0 !important; + } } /* Adds a little bg to the pinned tabs */