On Thursday, July 4, 2019 at 7:42:30 AM UTC+2, h0p3 wrote:
>
> How I can shrink the spacing between nested horizontal tabs? I'm thinking
> about moving toward nesting trees of tabs in my sidebar because I like the
> top-down model. I use it to great effect in my desktop environment, and I
> want it in my wiki <https://philosopher.life/>. Unfortunately, the
> spacing is offputting, and it's not an efficient use of space.
>
You can light click on a tab and selet to Inspect the element.
This will show you the styling.
I note this part:
.tc-tab-buttons button {
1. color: #666666;
2. padding: 3px 5px 3px 5px;
3. margin-right: 0.3em;
...
So I think that this should do the trick in a new stylesheet tiddler:
.tc-tab-buttons button {
padding: 3px 0;
margin-right: 0;
}
<:-)
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/6de745e0-07a6-4882-b87d-f34ac852f6a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.