1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-23 07:26:54 +00:00

Fix styling of "more" page button

This commit is contained in:
Jermolene 2014-08-02 22:31:09 +01:00
parent 1a9bd683e4
commit 1573f5840e

View File

@ -22,6 +22,8 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
<$set name="tw-config-toolbar-text" value="yes">
<$set name="tw-config-toolbar-class" value="btn-invisible">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]" variable="listItem">
<$reveal type="match" state=<<config-title>> text="hide">
@ -36,6 +38,8 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
</$set>
</$set>
</div>
</$reveal>