mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
show variable details search by default, make details-toggle-button smaller
This commit is contained in:
parent
d49a23a216
commit
3187d32cad
@ -67,6 +67,7 @@ tags: $:/tags/Global
|
||||
<!-- search-variables helper functions -->
|
||||
\procedure dv-toggleState()
|
||||
<$action-setfield $tiddler=<<tf.dv-varState>> text={{{ [<tf.dv-varState>get[text]] +[toggle[yes],[no]] }}}/>
|
||||
<<dv-toggleInfoState>>
|
||||
\end
|
||||
|
||||
\procedure dv-toggleInfoState()
|
||||
@ -211,7 +212,7 @@ tags: $:/tags/Global
|
||||
|
||||
<% if [<tf.dv-varState>get[text]match[yes]] %>
|
||||
<$button actions=<<dv-toggleInfoState>>
|
||||
class="tc-btn-invisible tc-small-gap-left"
|
||||
class="tc-btn-details tc-btn-invisible tc-small-gap-left"
|
||||
>
|
||||
<% if [<tf.dv-toggleInfoState>get[text]match[yes]] %>
|
||||
<span title={{$:/language/Search/Variables/Info/Toggle/Hide}}>{{$:/core/images/up-arrow}}</span>
|
||||
|
@ -87,6 +87,11 @@ tags: $:/tags/Stylesheet
|
||||
<!-- fill: <<colour dirty-indicator>>; -->
|
||||
}
|
||||
|
||||
.tc-variables-results button.tc-btn-details svg {
|
||||
width: .9em;
|
||||
height: .9em;
|
||||
}
|
||||
|
||||
.btn-fld {
|
||||
padding: 0 2px;
|
||||
grid-area: btn-fld;
|
||||
|
Loading…
Reference in New Issue
Block a user