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:
parent
1a9bd683e4
commit
1573f5840e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user