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>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/093adb0d-2571-4919-b21b-57e2b78658c2n%40googlegroups.com.

Reply via email to