mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-29 14:18:55 +00:00
Fix scrolling of observations
This commit is contained in:
@@ -20,16 +20,18 @@ Enable logging for this filter
|
||||
<div class="tc-box-content">
|
||||
<ol>
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/FilterInspectionOutput]!has[draft.of]!sort[modified]] :filter[<inspectableFilter>get[text]match{!!filter}]" variable="inspectionOutput">
|
||||
<li>
|
||||
<div class="tc-box tc-inspectable-filter-trace-box">
|
||||
<div class="tc-box-header">
|
||||
<$text text={{{ [<inspectionOutput>get[modified]format:date[DDth mmm YYYY 0hh:0mm:0ss]] }}}/><$link to=<<inspectionOutput>>>{{$:/core/images/open-window}}</$link>
|
||||
<$let transclusion=<<inspectionOutput>>>
|
||||
<li>
|
||||
<div class="tc-box tc-inspectable-filter-trace-box">
|
||||
<div class="tc-box-header">
|
||||
<$text text={{{ [<inspectionOutput>get[modified]format:date[DDth mmm YYYY 0hh:0mm:0ss]] }}}/><$link to=<<inspectionOutput>>>{{$:/core/images/open-window}}</$link>
|
||||
</div>
|
||||
<div class="tc-box-content">
|
||||
<$transclude $variable="inspect-filter-output-unframed" jsonOutput={{{ [<inspectionOutput>get[text]] }}} />
|
||||
</div>
|
||||
</div>
|
||||
<div class="tc-box-content">
|
||||
<$transclude $variable="inspect-filter-output-unframed" jsonOutput={{{ [<inspectionOutput>get[text]] }}} />
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</li>
|
||||
</$let>
|
||||
</$list>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -10,6 +10,7 @@ tags: $:/tags/Stylesheet
|
||||
.tc-box {
|
||||
border: 1px solid var(--box-foreground-color););
|
||||
border-radius: 4px;
|
||||
margin: 0 0 0.5em 0;
|
||||
}
|
||||
|
||||
.tc-box .tc-box {
|
||||
|
||||
Reference in New Issue
Block a user