Fix tab animation transform property formatting for consistency

This commit is contained in:
mr. M
2025-01-29 23:42:14 +01:00
parent a1a9f645f5
commit 010f9acb54

View File

@@ -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'],
}, },
{ {