programmingforpsych
programmingforpsych copied to clipboard
issue with sidetones cutting
Thanks for doing this. I've adopted it, but find that the sidenotes are clipped on the right hand edge. Some balance in the choice of the tufte.css -15% right-margin. Before I start messing with it locally, have you overcome this in your other books?
---> figured out that margin-right: -12% works.
--> a couple of hours later after some digging: I suspect that the navigation arrows on the left and right are taking up screen space under which the tufte marginnote is hidden. I'm trying to figure out how to switch back to the arrows that appear at the bottom of the bookdown pages which I think is a gitbook thing. I see that you have a tempold directory with archived html files that do indeed have that old style of navigation. Trying to find the jscript that does this but I think that the chosen ones will not play nice with Mr Tufte.
thanks again, Ray Brock
.sidenote, .marginnote { float: right; clear: right; margin-right: -15%; width: 40%; margin-top: 0; margin-bottom: 1rem; font-size: 1.1rem; line-height: 1.3; vertical-align: baseline; position: relative; }