mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-15 15:10:30 -08:00
Adjust position of server page control dropdown (#6767)
This commit is contained in:
parent
18d8173dcc
commit
22d8fdd259
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
|
|||
</$list>
|
||||
</span>
|
||||
</$button>
|
||||
<$reveal state=<<qualify "$:/state/popup/save-wiki">> type="popup" position="below" animate="yes">
|
||||
<$reveal state=<<qualify "$:/state/popup/save-wiki">> type="popup" position="belowleft" animate="yes">
|
||||
<div class="tc-drop-down">
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SyncerDropdown]!has[draft.of]]" variable="listItem">
|
||||
<$transclude tiddler=<<listItem>>/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue