1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-06-06 16:44:07 +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:
Tobias Beer 2014-11-23 17:32:29 +01:00
parent 4134392841
commit a84dc61303
10 changed files with 10 additions and 10 deletions

View File

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

View File

@ -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 {