mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-02 05:39:18 +00:00
style: Format, b=(no-bug), c=compact-mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user