1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 17:30:26 +00:00

fix storyWidthOverlap and storyRightOverlap

This commit is contained in:
BurningTreeC 2024-11-12 10:57:28 +01:00
parent eb24314209
commit c03c3f2f85

View File

@ -235,9 +235,9 @@ title: $:/core/procedures/sidebar-resizer
</$let>
<% else %>
<$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>] }}}
storyRightMin={{{ [<intermediateStoryRightMin>add<storyRightOverlap>add<storyLeft>] }}}
storyRightMin={{{ [<intermediateStoryRightMin>subtract<storyRightOverlap>add<storyLeft>] }}}
storyWidthMax={{{ [<intermediateStoryWidthMax>add<storyRightOverlap>] }}}
>
<<set-storywidth-storyright-actions-inner>>