mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
fix storyWidthOverlap and storyRightOverlap
This commit is contained in:
parent
eb24314209
commit
c03c3f2f85
@ -235,9 +235,9 @@ title: $:/core/procedures/sidebar-resizer
|
|||||||
</$let>
|
</$let>
|
||||||
<% else %>
|
<% else %>
|
||||||
<$let
|
<$let
|
||||||
clampedDiff={{{ [<storyWidthStart>add<storyLeft>add<sidebarMinWidthWithoutOffset>add<storyRightOverlap>subtract<widgetNodeWidth>compare:number:gt[0]] :else[[0]] }}}
|
clampedDiff={{{ [<storyWidthStart>add<storyLeft>add<sidebarMinWidthWithoutOffset>subtract<storyRightOverlap>subtract<widgetNodeWidth>compare:number:gt[0]] :else[[0]] }}}
|
||||||
innerStoryWidthMax={{{ [<intermediateInnerStoryWidthMax>add<storyRightOverlap>] }}}
|
innerStoryWidthMax={{{ [<intermediateInnerStoryWidthMax>add<storyRightOverlap>] }}}
|
||||||
storyRightMin={{{ [<intermediateStoryRightMin>add<storyRightOverlap>add<storyLeft>] }}}
|
storyRightMin={{{ [<intermediateStoryRightMin>subtract<storyRightOverlap>add<storyLeft>] }}}
|
||||||
storyWidthMax={{{ [<intermediateStoryWidthMax>add<storyRightOverlap>] }}}
|
storyWidthMax={{{ [<intermediateStoryWidthMax>add<storyRightOverlap>] }}}
|
||||||
>
|
>
|
||||||
<<set-storywidth-storyright-actions-inner>>
|
<<set-storywidth-storyright-actions-inner>>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user