mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-03 15:28:05 +00:00
Use "whitespace trim" to improve spacing and legibility of view toolbar buttons
Previously, the standard toolbar buttons exhibited uneven spacing due to the vestigial whitespace.
This commit is contained in:
@@ -4,6 +4,8 @@ list-before: $:/core/ui/Buttons/edit
|
||||
caption: {{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}} Slice tiddler
|
||||
description: Slice this tiddler by headings and lists
|
||||
|
||||
\whitespace trim
|
||||
|
||||
\define hint()
|
||||
Slice this tiddler by headings and lists
|
||||
\end
|
||||
@@ -13,6 +15,6 @@ Slice this tiddler by headings and lists
|
||||
{{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}}
|
||||
</$list>
|
||||
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||||
<span class="tc-btn-text">Slice tiddler</span>
|
||||
<span class="tc-btn-text"> Slice tiddler</span>
|
||||
</$list>
|
||||
</$button>
|
||||
Reference in New Issue
Block a user