@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tc-tiddler-frame {
padding: 14px 14px 14px 14px;
}
.tc-tiddler-info {
margin: 0 -14px 0 -14px;
}
}@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tc-sidebar-header {
padding: 14px;
min-height: 32px;
margin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
}
.tc-story-river {
position: relative;
padding: 0;
}
}750: $:/themes/tongerner/mobie
more: $:/themes/tiddlywiki/snowwhite
That does look better!I assume that "(max-width: 1060px)" part is saying that "this only works from zero (or whatever the minimum is) up to a max width of 1060px, at which point it switches to the numbers set in the theme tweaks.
Actually I just discovered that with this setup I can have 3 different arrangements depending on window width when I put your stylesheet tweak in plus this in the responsive theme tiddler:750: $:/themes/tongerner/mobie
more: $:/themes/tiddlywiki/snowwhite
So at full screen width I have tiddlers roughly centered with the snowwhite theme, then at the (sidebarbreakpoint value) on narrowing it jumps to the centered but stacked (menu on top) setting, then once it narrows to 750 it switches to your mobile theme. Very cool
I'd reply to your post "Experimental Mobile Theme" but Google groups doesn't seem to be loading pages on older posts for me in the last 24 hours...
Anyway I have a question and a feature request for your Mobile Theme:
Q. How would I reverse the color scheme so the main tiddlers are colored like the menu area and vice versa?
R. Would it be possible to have an option to have the menu area automatically toggle off when you tap a menu link? I'm so used to going immediately to the just opened tiddler that it cognitively takes you out of the flow to process "where's my tiddler? Is something wrong? Oh yeah, I have to toggle off the menu"
Thanks!