Hi,

Have a look at my guide at http://tw5toolbar.tiddlyspot.com/

The 'Toggle fluid width button' performs what you want: a fixed sidebar at 
the right and the tiddlers taking up the rest of the browser width. You can 
toggle between 'normal' and 'fluid width'.
You can e.g. add the button to your Page control buttons or - if you want 
it standard - you can just add the styles used for the 'Toggle fluid width 
button' in a tiddler tagged with $:/tags/stylesheet.

'Fluid width' style:

/* TIDDLER WIDTH & WIDTH OF SIDEBAR */
/* the "width" of the sidebar (x) must be the same as the */
/* value subtracted from the story river width (100% - x) */
.story-river {
     position: absolute;
     width: calc(100% - 26em);
}
.tw-tiddler-frame {
     width: 100%;
}

.sidebar-header {
     float: right;
     width: 26em;
     left: auto;
     padding: 70px 0 0 0;
}

Cheers,

Ton


On Friday, December 27, 2013 10:42:19 PM UTC+1, Stephan Hradek wrote:
>
> But this does not answer his question "Is there any way to reverse this 
> layout? I would much prefer a fixed width sidebar anchored to the right of 
> the screen with the tiddlers taking up the rest of the browser window."
>
> So to give the answer: No. It's not possible at the moment.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to