I am using the TonGerner's awesome Simple Toolbar but my tiddlywiki renders them super tiny, the tiniest I've ever seen. How do I enlarge them? Hope I can get them as large as my old toolbar.
<div class="tgc-fixed">
{{$:/core/ui/Buttons/home}}
{{$:/core/ui/Buttons/close-all}}
{{$:/core/ui/Buttons/new-tiddler}}
{{$:/core/ui/Buttons/new-journal}}
{{$:/core/ui/Buttons/new-image}}
{{$:/core/ui/Buttons/control-panel}}
{{$:/core/ui/Buttons/advanced-search}}
{{$:/core/ui/Buttons/save-wiki}}
{{$:/plugins/nico/projectify/ui/buttons/Scheduled}}
{{Create (vertical) toolbar}}
</div>
<style>
.tgc-fixed {
position: fixed;
padding-top: 3px;
padding-bottom: 3px;
top: 0px;
width: 100%;
left: 10px;
background-color: white;
z-index: 200;
}
.tgc-fixed button svg {
fill: <<colour primary>>;
}
.tgc-fixed button:hover svg {
fill: #0044BB;
}
</style>