As I have widescreen monitor and would see the benefit of having the sidebar decreased in particular instances, I would like to toss my couple cents worth in this conversation.
Have you considered using CSS media queries to dynamically define CSS properties? This way on screens or windows with a more 4:3 ratio, the sidebar works as-is. On screens or windows with a 16:9 proportion, the sidebar can shrink. https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries http://css-tricks.com/css-media-queries/ Media queries are used in some places in SnowWhite CSS. If you are willing, make the sidebar responsive and share the code. Maybe it will get pulled into the base. If you don't know how use Git, I or someone can post the changes, request the pull, and be sure to credit you. On Sunday, August 10, 2014 10:52:12 AM UTC-5, Jay Frase wrote: > > Perfect. Thank you very much. > > Jay > > On Sunday, August 10, 2014 5:34:46 AM UTC-7, WiM wrote: >> >> if you edit your >> >> ....vanilla/base >> >> tiddler, find the following lines repair the bold line (replace the line >> *left: 9px;* by *right: 9px;*) >> >>> .tw-topbar-left { >>> left: 29px; >>> top: 5px; >>> width: 51px; >> >> } >>> >> >> >>> .tw-topbar-right { >>> top: 5px; >>> *right: 9px*; >>> width: 51px; >> >> } >> >> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
