Restore whitespace for page control buttons

Even with whitespace trim, we need a single space between the icon and text
single-tiddler-mode
Jeremy Ruston 2020-01-04 16:44:33 +00:00
rodzic 870c34ab0a
commit e3835c64da
4 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ $(languagePluginTitle)$/icon
</$set>
</span>
</$list>
<$text text=" "/>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Language/Caption}}/></span>
</$list>

Wyświetl plik

@ -9,6 +9,7 @@ description: {{$:/language/Buttons/Palette/Hint}}
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
{{$:/core/images/palette}}
</$list>
<$text text=" "/>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Palette/Caption}}/></span>
</$list>

Wyświetl plik

@ -14,6 +14,7 @@ $:/core/images/storyview-$(storyview)$
<$transclude tiddler=<<icon>>/>
</$set>
</$list>
<$text text=" "/>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/StoryView/Caption}}/></span>
</$list>

Wyświetl plik

@ -9,6 +9,7 @@ description: {{$:/language/Buttons/Theme/Hint}}
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
{{$:/core/images/theme-button}}
</$list>
<$text text=" "/>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Theme/Caption}}/></span>
</$list>