Messy, but it sounds like it's doing the trick for the moment.
Maybe you could try setting the widths of the .viewer and .tagged/.tagging
DIVs permanently:
.tagging, .tagged { width: 20%; }
.viewer {width:80% }
I think that will give you a permanent triptych-style tiddler with 40% of
the tiddl
Thanks Scott,
I know that doing the display none you suggest won't work because it will
make it invisible whether there are tags or not, and obviously I want it
visible when there are tags.
I tried .tagged .tiddlyLinkNonExisting {display:none;}, but that did not
change anything.
I tried the 1
Hi, Dave —
I'm not in front of my TWs right now to check, but I *think* this will
render the tagging (and/or tagged) box invisible if there's nothing to
display (which would solve part of your problem):
.tagging { display:none; }
.tagged { display:none; }
As for the other, it might be as simpl
3 matches
Mail list logo