mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Update chrome.css - fix tab switch animation
This commit is contained in:
parent
c82d02f632
commit
3719154a06
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ hbox.browserSidebarContainer,
|
|||
/* Tab switch animation */
|
||||
#tabbrowser-tabpanels
|
||||
> hbox:not([zen-split="true"]):not(:has(.zen-glance-background)) {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_tab_switch_animation") {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_tab_switch_anim") {
|
||||
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.35),
|
||||
filter 0.45s ease-in-out, opacity 0.35s ease-in-out !important;
|
||||
scale: 0.9 !important;
|
||||
|
@ -53,7 +53,7 @@ hbox.browserSidebarContainer,
|
|||
}
|
||||
}
|
||||
#tabbrowser-tabpanels > hbox.deck-selected:not([zen-split="true"]) {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_tab_switch_animation") {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_tab_switch_anim") {
|
||||
scale: 1 !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue