mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +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>
|
</$set>
|
||||||
</div>
|
</div>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user