mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-09 10:42:13 -08:00
Fix: Animate - Pinned Tab
This commit is contained in:
parent
7fc62b9b1c
commit
e177409905
2 changed files with 3 additions and 5 deletions
|
|
@ -2821,8 +2821,8 @@
|
|||
margin-inline-start 0.2s var(--animation-easing-function), min-width 0.1s ease-out, max-width 0.1s ease-out !important;
|
||||
}
|
||||
#tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[pinned] {
|
||||
transition: -moz-box-flex 0.2s var(--animation-easing-function),
|
||||
margin-inline-start 0.2s var(--animation-easing-function) !important;
|
||||
transition: margin-inline-start 0.2s var(--animation-easing-function), min-width 0.1s ease-out,
|
||||
max-width 0.1s ease-out !important;
|
||||
}
|
||||
#tabbrowser-tabs:not([movingtab]) .tab-content::before,
|
||||
#tabbrowser-tabs:not([movingtab]) .tab-content::after {
|
||||
|
|
|
|||
|
|
@ -40,9 +40,7 @@
|
|||
margin-inline-start 0.2s var(--animation-easing-function), min-width 0.1s ease-out, max-width 0.1s ease-out !important;
|
||||
}
|
||||
&[pinned] {
|
||||
transition: -moz-box-flex 0.2s var(--animation-easing-function),
|
||||
margin-inline-start 0.2s var(--animation-easing-function) !important;
|
||||
|
||||
transition: margin-inline-start 0.2s var(--animation-easing-function), min-width 0.1s ease-out, max-width 0.1s ease-out !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue