With the --topic-body-width I used to be able to push the timeline and the timeline footer controls to within a few pixels of the right margin on my 1920px browser window. But now with the updates to 3.3.0.beta1-dev even if I use much larger --d-max-width and --topic-body-width values I can still only make it this wide (screenshot on Meta with those changes applied in the HTML inspector):
It looks like the maximum width of the topic body is about 1040px. I tried eliminating the min-width value in .timeline-container .topic-timeline but that also doesn’t make any difference. Any tips? Thanks a lot.
This is, because the DiscoTOC - automatic table of contents theme component new update calculates the .container.posts in percentage. Which is really great I think.
Thanks for the reply! I do use D-TOC, but I don’t have a lot of topics that use it, so it doesn’t matter if there is a bit of content shift on the few topics that have a TOC. So to revert to the previous shifty Discourse behavior would you recommend
or
?
Thanks again, I never would have found the source of this change without your tip.