I have a small stylesheet tweak I’ve been using in my wikis to get multiple tiddlers visible at once horizontally on a large display. It’s not a full layout (nor do the columns have identity) like the Multi-Column Layout.
Folks may find it useful, so here’s $:/phajas/stylesheets/multicolumn. When the sidebar collapses, it’ll turn into a “focused” mode to just show one tiddler horizontally.
I found I needed to fiddle with max width to get two columns. Maybe because my screen isn’t all that wide. Also, wrap everything in the media tag, since at lower res you probably want default. After this it didn’t matter what the fluid sidebar setting was. Here’s what I have:
@Peter Exceptionally simple and direct. Love it. I’ve been trying to think of a simple way to trigger this kind of layout and be able to control it from wikitext. This looks perfect for the job. Thanks!
Zoomin mode is a bit finicky. Just a few days ago, there was a report of a problem when using zoomin with some added styles for “centering” the story column. After some investigation, I found a workaround that involves overriding a few very old zoomin-related styles that are defined in the “Vanilla” shadow stylesheet.
It’s possible that these same changes might fix this current problem as well.