Fix formatting of plugin listing in control panel

And make some minor tweaks across the plugin chooser too
This commit is contained in:
Jeremy Ruston
2019-09-20 14:30:52 +01:00
parent d91fcd990e
commit db2ed63e54
3 changed files with 11 additions and 9 deletions

View File

@@ -26,12 +26,12 @@ $:/state/add-plugin-info/$(connectionTiddler)$/$(assetInfo)$
<div class="tc-plugin-info-chunk tc-plugin-info-toggle">
<$reveal type="nomatch" state=<<popup-state>> text="yes">
<$button class="tc-btn-invisible tc-btn-dropdown" set=<<popup-state>> setTo="yes">
{{$:/core/images/right-arrow}}
{{$:/core/images/chevron-right}}
</$button>
</$reveal>
<$reveal type="match" state=<<popup-state>> text="yes">
<$button class="tc-btn-invisible tc-btn-dropdown" set=<<popup-state>> setTo="no">
{{$:/core/images/down-arrow}}
{{$:/core/images/chevron-down}}
</$button>
</$reveal>
</div>