One of my side projects is to make a "version/edition" for my other "corporate" folk who are used to things looking like programs they're used to - primarily Microsoft (Teams / PowerBI / Office Online). There is a very common pattern with a top bar, left bar, and then the documentation is single page mode.
I've been able to get a leftbar and topbar started and starting to be populated (far from done, but mostly know how to do the rest). I also figured out the sticky-titles and z-index to layer things okay. I am stuck on spacing (as I typically am) as I don't have a web/css background or know all of the "hidden classes". If there's a good resource/guide for me to self-teach, even better!
In the "before" picture, I have 5 red boxes I'm trying to reduce to get me to the "after" picture.
A: I already have "story top" set to 0px, there's just extra padding above the title line
B: I can adjust this with "story left", so I don't really need help on this one
C: I think similar to A, there's got to be some tc-? that I can change padding-left?
D: Same as C, but on the right
E: There's additional spacing to the right of the tiddler I can't get rid of.
Bonus: I think I'll keep it single-page mode, but if anyone knows how to adjust the space between tiddlers, that'd be helpful too as I might expand that way.
Before (purposely put topbar in the back to illustrate better):
After:
Thanks to the many contributors who've I've learned from to get this far with the CSS I have learned - especially Ton Gerner / J.D. / David Gifford / Eric / Soren / Jeremy and many others :)