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