kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Merge pull request #1125 from tobibeer/fix-toolbar-button-spacing
fixed toolbar button spacingprint-window-tiddler
commit
37ef5da20f
|
@ -43,4 +43,3 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
|
|||
</div>
|
||||
|
||||
</$reveal>
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue