1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-26 00:46:52 +00:00

Merge pull request #1125 from tobibeer/fix-toolbar-button-spacing

fixed toolbar button spacing
This commit is contained in:
Jeremy Ruston 2014-11-24 09:37:02 +00:00
commit 37ef5da20f
26 changed files with 26 additions and 27 deletions

View File

@ -43,4 +43,3 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
</div> </div>
</$reveal> </$reveal>

View File

@ -27,4 +27,3 @@ $:/config/ViewToolbarButtons/Visibility/$(listItem)$
</$set> </$set>
</div> </div>
</$reveal> </$reveal>

View File

@ -661,6 +661,7 @@ button.tc-untagged-label {
.tc-tiddler-controls button { .tc-tiddler-controls button {
vertical-align: baseline; vertical-align: baseline;
margin-left:5px;
} }
.tc-tiddler-controls button svg, .tc-tiddler-controls button img { .tc-tiddler-controls button svg, .tc-tiddler-controls button img {