Tabsbar: Match overlay animation with tab animation

This commit is contained in:
Cleo Menezes Jr 2022-11-20 00:23:00 -03:00
parent feaa5f6110
commit e44d1612ae
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ tab {
position: absolute;
right: 0;
top: 0;
transition: all 0.2s ease-out;
transition: 0.2s;
width: 55px;
}
.tabbrowser-tab:not([pinned]) .tab-content::before {