tabsbar: Improve overlay transition

This commit is contained in:
Rafael Mardojai CM 2023-10-25 11:44:49 -05:00
parent 21abf416ee
commit f23ad3577f
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ tab {
box-shadow: none !important; box-shadow: none !important;
margin-block: 0 !important; margin-block: 0 !important;
border: 0 !important; border: 0 !important;
transition: background 0.2s !important; transition: background 0.2s linear !important;
} }
/* Center all inside tab */ /* Center all inside tab */
@ -338,7 +338,7 @@ tab {
position: absolute; position: absolute;
right: 2px; right: 2px;
top: 2px; top: 2px;
transition: background 0.2s; transition: background 0.4s linear;
width: 55px; width: 55px;
} }
.tabbrowser-tab:not([pinned]) .tab-content::before { .tabbrowser-tab:not([pinned]) .tab-content::before {