1
0
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:
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> </$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>>