mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
fixed toolbar button spacing
* removed trailing whitespaces in button tids * defined a global left margin for buttons set to 5px * slightly less than in view-mode before * slightly more than in edit-mode before * but visually more appealing to me * leaves a wee more room for the title to unfold
This commit is contained in:
parent
4134392841
commit
a84dc61303
@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Clone/Hint}}
|
||||
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||||
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Clone/Caption}}/></span>
|
||||
</$list>
|
||||
</$button>
|
||||
</$button>
|
@ -10,4 +10,4 @@ description: {{$:/language/Buttons/CloseOthers/Hint}}
|
||||
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||||
<span class="tc-btn-text"><$text text={{$:/language/Buttons/CloseOthers/Caption}}/></span>
|
||||
</$list>
|
||||
</$button>
|
||||
</$button>
|
@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Edit/Hint}}
|
||||
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||||
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Edit/Caption}}/></span>
|
||||
</$list>
|
||||
</$button>
|
||||
</$button>
|
@ -6,4 +6,4 @@ description: {{$:/language/Buttons/ExportTiddler/Hint}}
|
||||
\define makeExportFilter()
|
||||
[[$(currentTiddler)$]]
|
||||
\end
|
||||
<$macrocall $name="exportButton" exportFilter=<<makeExportFilter>> lingoBase="$:/language/Buttons/ExportTiddler/" baseFilename=<<currentTiddler>>/>
|
||||
<$macrocall $name="exportButton" exportFilter=<<makeExportFilter>> lingoBase="$:/language/Buttons/ExportTiddler/" baseFilename=<<currentTiddler>>/>
|
@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Info/Hint}}
|
||||
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||||
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Info/Caption}}/></span>
|
||||
</$list>
|
||||
</$button>
|
||||
</$button>
|
@ -26,5 +26,4 @@ $:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
||||
</$set>
|
||||
</$set>
|
||||
</div>
|
||||
</$reveal>
|
||||
|
||||
</$reveal>
|
@ -21,4 +21,4 @@ description: {{$:/language/Buttons/NewJournalHere/Hint}}
|
||||
<$set name="journalTags" value={{$:/config/NewJournal/Tags}}>
|
||||
<$set name="currentTiddlerTag" value=<<currentTiddler>>>
|
||||
<<journalButton>>
|
||||
</$set></$set></$set>
|
||||
</$set></$set></$set>
|
@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Permalink/Hint}}
|
||||
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||||
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Permalink/Caption}}/></span>
|
||||
</$list>
|
||||
</$button>
|
||||
</$button>
|
@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Permaview/Hint}}
|
||||
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||||
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Permaview/Caption}}/></span>
|
||||
</$list>
|
||||
</$button>
|
||||
</$button>
|
@ -661,6 +661,7 @@ button.tc-untagged-label {
|
||||
|
||||
.tc-tiddler-controls button {
|
||||
vertical-align: baseline;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.tc-tiddler-controls button svg, .tc-tiddler-controls button img {
|
||||
|
Loading…
Reference in New Issue
Block a user