mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Fixed Bottom Essentials for new Twilight version.
This commit is contained in:
parent
570a4b4964
commit
1cf843a4c4
1 changed files with 10 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue