mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-10 17:30:26 +00:00
updates
This commit is contained in:
parent
ce244fe8c4
commit
324ead820f
@ -10,7 +10,7 @@ title: $:/core/ui/EditTemplate/body/default
|
|||||||
|
|
||||||
\function get.style.grid-template-columns()
|
\function get.style.grid-template-columns()
|
||||||
[<get.edit-preview-state>!match[yes]then[1fr]]
|
[<get.edit-preview-state>!match[yes]then[1fr]]
|
||||||
:else[<sidebarWidthTiddler>!is[missing]then[calc(100% - ]addsuffix<get.preview.width>addsuffix[) ]addsuffix<get.preview.width>]
|
:else[<sidebarWidthTiddler>is[tiddler]then[calc(100% - ]addsuffix<get.preview.width>addsuffix[) ]addsuffix[calc(]addsuffix<get.preview.width>addsuffix[)]]
|
||||||
:else[[repeat(2, minmax(0px, 1fr))]]
|
:else[[repeat(2, minmax(0px, 1fr))]]
|
||||||
\end
|
\end
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ code-body: yes
|
|||||||
\import $:/core/procedures/sidebar-resizer
|
\import $:/core/procedures/sidebar-resizer
|
||||||
\function get.resizer.style.position() absolute
|
\function get.resizer.style.position() absolute
|
||||||
\function get.template-right.width() [<sidebarWidthTiddler>get[text]] :else[[50%]]
|
\function get.template-right.width() [<sidebarWidthTiddler>get[text]] :else[[50%]]
|
||||||
\function get.resizer.style.left() [[calc(100% - ]addsuffix<get.template-right.width>addsuffix[)]]
|
\function get.resizer.style.left() [[calc(100% - ]addsuffix<get.template-right.width>addsuffix[ - 3px)]]
|
||||||
\function get.resizer.style.width() [<sliderWidth>]
|
\function get.resizer.style.width() [<sliderWidth>]
|
||||||
\function set.throttling() no
|
\function set.throttling() no
|
||||||
\function get.template.left()
|
\function get.template.left()
|
||||||
@ -33,7 +33,7 @@ code-body: yes
|
|||||||
$variable="editor-resizer"
|
$variable="editor-resizer"
|
||||||
template=<<template>>
|
template=<<template>>
|
||||||
sliderCondition=<<sliderCondition>>
|
sliderCondition=<<sliderCondition>>
|
||||||
eventCatcherClass="tc-one-cell-eventcatcher"
|
eventCatcherClass="tc-editor-preview-eventcatcher"
|
||||||
mode=<<mode>>
|
mode=<<mode>>
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -1708,7 +1708,7 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
border: 1px solid <<colour tiddler-editor-border>>;
|
border: 1px solid <<colour tiddler-editor-border>>;
|
||||||
margin: 4px 0 3px 9px;
|
margin: 4px 0 3px 3px;
|
||||||
padding: 3px 3px 3px 3px;
|
padding: 3px 3px 3px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ code-body: yes
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-edit-texteditor-slider > .tc-sidebar-resizer-pointerdown-eventcatcher.tc-one-cell-eventcatcher {
|
.tc-edit-texteditor-slider > .tc-sidebar-resizer-pointerdown-eventcatcher.tc-editor-preview-eventcatcher {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user