Hi,
I've been converting my old TWC website into TW5, and things are working
pretty much, but just wondering if this can be tweaked further:
this is my stylesheet [[$:/themes/tiddlywiki/centralised/styles.tid]]
\rules only filteredtranscludeinline transcludeinline macrodef
macrocallinline
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint
}}) {
html .tc-page-container {
text-align: center;
}
html .tc-story-river {
position: relative;
width: 1000px;
padding: 25px;
margin: 0 auto;
text-align: left;
}
html .tc-sidebar-scrollable {
text-align: left;
left: 40%;
right: 0;
margin-left: 640px;
}
}
and here's the website: http://cedar-chiropractic.com/
the problem I want to solve is this - If you drag the right border of the
window from pretty big to gradually smaller and smaller the space between
the left border of the sidebar and the story river stays constant and the
sidebar just gets more and more squished. I could change the breakpoint to
break sooner, but the ideal would be for that space between the story river
and the sidebar to narrow as you drag, or even better, both sides of the
story river to narrow as you drag the border.
Is this possible?
Thanks,
- Dave
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/df8638ab-6fce-44d6-98ff-ebe456bd833d%40googlegroups.com.