style: Format, b=(no-bug), c=compact-mode

This commit is contained in:
Mr. M
2025-05-20 22:23:22 +02:00
parent 153c0e2fc5
commit 8e6808ea61

View File

@@ -281,7 +281,7 @@ var gZenCompactModeManager = {
],
{
transform: [
`translateY(${(isCompactMode ? -1 : 1) * elementSeparation / 2}px) translateX(${
`translateY(${((isCompactMode ? -1 : 1) * elementSeparation) / 2}px) translateX(${
isCompactMode
? (this.sidebarIsOnRight ? elementSeparation : -elementSeparation) / 2
: (this.sidebarIsOnRight ? -elementSeparation : elementSeparation) / 2