1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Update font size of text toolbar buttons

This commit is contained in:
Jermolene 2015-06-30 18:58:13 +01:00
parent 7318805077
commit e2d4e41e96

View File

@ -343,6 +343,14 @@ button svg, button img {
margin: 0;
}
.tc-tiddler-controls .tc-btn-text {
font-size: 0.5em;
}
.tc-page-controls .tc-btn-text {
font-size: 0.7em;
}
.tc-btn-big-green {
display: inline-block;
padding: 8px;