Fix ViewToolbar items inconsistent spacing (#5473)

This commit is contained in:
BlueGreenMagick
2021-05-24 19:24:37 +01:00
committed by GitHub
parent dcba17fc5f
commit c30ce544d1
40 changed files with 80 additions and 38 deletions
@@ -13,7 +13,6 @@ description: Generate QR code for this tiddler
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text=" "/>
<$text text={{$:/plugins/tiddlywiki/qrcode/ViewToolbarButton!!short-caption}}/>
</span>
</$list>
@@ -17,7 +17,7 @@ Slice this text tiddler into chunks
{{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"> Slice tiddler</span>
<span class="tc-btn-text">Slice tiddler</span>
</$list>
</$button>
</$list>
@@ -4,6 +4,6 @@ tags: $:/tags/SyncerDropdown
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
<$button tooltip="Get latest changes from the server" aria-label="Refresh from server" class="tc-btn-invisible">
<$action-sendmessage $message="tm-server-refresh"/>
{{$:/core/images/refresh-button}} <span class="tc-btn-text"><$text text="Get latest changes from the server"/></span>
{{$:/core/images/refresh-button}}<span class="tc-btn-text"><$text text="Get latest changes from the server"/></span>
</$button>
</$reveal>