change transition when opening/closing tabs
This commit is contained in:
parent
5ec0643831
commit
ec34893d37
1 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
.tabbrowser-tab:not([pinned], [tabdrop-samewindow])
|
||||||
|
{
|
||||||
|
transition: min-width 150ms cubic-bezier(0, 1, .25, 1), max-width 150ms cubic-bezier(0, .9, .25 ,1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
:-moz-any(.titlebar-placeholder, .titlebar-spacer)[type=pre-tabs]
|
:-moz-any(.titlebar-placeholder, .titlebar-spacer)[type=pre-tabs]
|
||||||
{
|
{
|
||||||
width: 0 !important;
|
width: 0 !important;
|
||||||
|
@ -197,7 +202,9 @@
|
||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
.tab-line {
|
|
||||||
|
.tab-line
|
||||||
|
{
|
||||||
height: 8px !important;
|
height: 8px !important;
|
||||||
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0 0 !important;
|
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0 0 !important;
|
||||||
clip-path: inset(0 0 6px 0);
|
clip-path: inset(0 0 6px 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue