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:
parent
4134392841
commit
a84dc61303
@ -27,4 +27,3 @@ $:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
||||
</$set>
|
||||
</div>
|
||||
</$reveal>
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user