You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curiously, when the $:/AdvancedSearch, $:/Manager, or $:/TagManager tiddlers is being viewed in the StoryRiver, the extra whitespace in the corresponding PageToolbar More menu item is gone.
Also, to fix the whitespace issue:
Edit $:/core/ui/Buttons/advanced-search, $:/core/ui/Buttons/manager, and $:/core/ui/Buttons/tag-manager
In each of these tiddlers, move the \whitespace trim pragma to immediately follow the \procedure ... pragma (i.e., so it occurs WITHIN the procedure definition)
Describe the bug
In the Page Toolbar's More actions menu, some items have extra whitespace between the SVG icon and the text:
Expected behavior
No response
To Reproduce
Enable the More actions button in the Page Toolbar.
E.g. go to https://tiddlywiki.com/#%24%3A%2FControlPanel → Appearance → Toolbars → Page Toolbar and check the box for more
Click the More actions button in the sidebar.
Screenshots
TiddlyWiki Configuration
TiddlyWiki 5.3.6
Node.js 22.11.0
Additional context
No response
The text was updated successfully, but these errors were encountered: