Hi all,
I want to use the ‘immersive reading’ feature of the Utility plugin to shield users of a wiki from as much TW clutter as possible. It works OK, but in the top right corner of the screen there is still a small tray with three buttons for Home, Tiddler Commander and More Actions. How can I configure this so only the Home button shows there? (I still need the Home button because the Close button of my only tiddler also stays whatever I do. Or not?)
I don’t use that plugin so I don’t know if this idea is appropriate but you may consider a “display on hover” feature so that you can really hide every button unles you hover on then.
The general technique is to style the button with a button {display:none;} and then style a parent element with parent:hover button {display:initial;}. You’d have to peek at the actual elements to know their names. For fancy, you make the buttons fade in with some time delay.
1 Like