>
> thank you
>  it worked... but
>
> now it also make the side panel background of the* jd mobile layout* 
> (which is terrific on phone screens) transparent.. and that makes it 
> impossible to read anything. So I did some guess work (since I don't really 
> write code) and added a @media to fix it.
>
>
that's how you do it! 

>
> So this is code
>
> @media (min-width: 960px) {
>
> .tc-sidebar-scrollable {
>  background-color: rgba(244, 244, 244, 0.4);
> }
>
> <$reveal state="$:/state/sidebar" type="nomatch" text="yes">
>
> .tc-sidebar-scrollable {
>  display: none;
> }
>
> </$reveal>
> }
>
>
>
>
>
>
> Any recommendation on how to integrate this tiddler properly in to the 
> wiki so it is not "lost" when I forget about it?
>

I'm used to make a $:/styles tiddler for such utility styles - or 
$:/_styles so it shows up on top of the system tiddlers list

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/68c4186e-68ba-4a87-95f2-e9ca8f2d3bb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to