mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-10 16:10:02 +00:00
fix fixed-fluid resizer position cross-browser: no abs() but sqrt() and pow()
This commit is contained in:
parent
9f4d468c76
commit
9e68de1b18
@ -108,7 +108,7 @@ code-body: yes
|
||||
|
||||
\function get.current.theme() [{$:/theme}!is[blank]] :else[all[tiddlers+shadows]plugin-type[theme]plugin-priority[0]first[]]
|
||||
|
||||
\function get.theme.storywidthoverlap() [[abs(]addsuffix<get.theme.metric storyright>addsuffix[ - ]addsuffix<get.theme.metric storywidth>addsuffix[ - ]addsuffix<get.theme.metric storyleft>addsuffix[)]]
|
||||
\function get.theme.storywidthoverlap() [[sqrt(pow(]addsuffix<get.theme.metric storyright>addsuffix[ - ]addsuffix<get.theme.metric storywidth>addsuffix[ - ]addsuffix<get.theme.metric storyleft>addsuffix[,2))]]
|
||||
|
||||
\function get.theme.storyleftpadding.excess() [[calc(]addsuffix<get.theme.metric storypaddingleft>addsuffix[ - ]addsuffix<get.story-sidebar.overlap>addsuffix[)]]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user