mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
less whitespace at top
This commit is contained in:
parent
6be5367492
commit
00d3504bc1
1 changed files with 2 additions and 2 deletions
|
@ -257,8 +257,8 @@ fixWatercolors = ->
|
|||
lw = (leftSolidWidth + leftTransWidth)
|
||||
rw = (rightSolidWidth + rightTransWidth)
|
||||
|
||||
overlapLeft = 50
|
||||
overlapRight = 160
|
||||
overlapLeft = 120
|
||||
overlapRight = 300
|
||||
shiftLeft = Math.min(heroLeft - lw + overlapLeft, 0)
|
||||
shiftRight = Math.min((hw - heroRight) - rw + overlapRight, 0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue