mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 00:46:35 +00:00
Fix tab animation transform property formatting for consistency
This commit is contained in:
@@ -224,7 +224,7 @@ var gZenVerticalTabsManager = {
|
|||||||
aTab,
|
aTab,
|
||||||
{
|
{
|
||||||
opacity: [0, 1],
|
opacity: [0, 1],
|
||||||
transform: ["scale(0.95)", "scale(1)"],
|
transform: ['scale(0.95)', 'scale(1)'],
|
||||||
marginBottom: isLastTab ? [] : [transform, '0px'],
|
marginBottom: isLastTab ? [] : [transform, '0px'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user