Fixed Bottom Essentials for new Twilight version.

This commit is contained in:
CosmoCreeper 2025-04-30 09:13:12 -04:00 committed by GitHub
parent 570a4b4964
commit 1cf843a4c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -224,12 +224,21 @@
/* Puts Essentials at the bottom */ /* Puts Essentials at the bottom */
:has(#theme-SuperPins[uc-essentials-position="bottom"]) { :has(#theme-SuperPins[uc-essentials-position="bottom"]) {
#zen-essentials-container, .zen-essentials-container { #zen-essentials-container, #zen-essentials-wrapper {
order: 999 !important; order: 999 !important;
margin-top: auto !important; margin-top: auto !important;
padding-top: 5px !important; padding-top: 5px !important;
padding-bottom: 4px !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 */ /* Adds a little bg to the pinned tabs */