Hi Tiziano,

Thanks for the feedback. For everyone else, please note that all of
this is unrelated to ColoredLinksPlugin.

The toolbar buttons are so big by design ...unless in your browser
they stretch across the whole tiddler, which of course would not be
intended. Personally, if one wanted to make the toolbar buttons
smaller, I would also make the round corners smaller while increasing
the padding a little more, like so...

.toolbar .button{
        display:inline-block;
        margin-bottom:0;
        padding:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
}

Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to