I’m trying to figure out how to reduce the size of the titlebar via CSS (including the buttons) and am stuck trying to understand how the CSS works.
In developer tools when I inspect the area, I see this (below). When I uncheck the font-size there, it actually gets bigger and doesn’t seem to affect the buttons
And then when I uncheck the font-size here - it greatly shrinks it (yay) but way too much
My poor understanding of CSS made me think that the strikeout meant that it was overridden by something else anyways, but it seems to change things - oh well.
Question is what I can add to a tiddler tagged with the $:/tags/Stylesheet to reduce the size a bit? I’m trying this and it’s not doing anything…
tc-site-title { font-size: 0.5em; }
tc-titlebar { font-size: 0.5em; }