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:
commit
37ef5da20f
@ -43,4 +43,3 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</$reveal>
|
</$reveal>
|
||||||
|
|
||||||
|
@ -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…
Reference in New Issue
Block a user