One-up ;)

   - Use max-height, no wasted space for smaller tiddlers 
   - Put that in .tc-tiddler-body, that way the heading part won’t scroll 
   (title,etc,tags) 

.tc-tiddler-body { max-height: 24em; overflow: auto; }

On Sunday, May 10, 2015 at 1:41:23 AM UTC-7, Måns wrote:

Hi Rustem
>
> Great stuff :-)
>
> Thank you for sharing!
>
> Add a height and overflow auto - and you've got small "tiddler windows" in 
> two rows...:
>
>
> .tc-story-river {   display: flex;   flex-wrap: wrap; }
>
> .tc-tiddler-frame { max-width: 49%; margin-right: 1%;height:24em;overflow: 
> auto;} 
>
>
> Cheers Måns Mårtensson
>
> Den søndag den 10. maj 2015 kl. 09.05.20 UTC+2 skrev Rustem:
>>
>> I’m on a roll today.
>>
>> .tc-story-river {   display: flex;   flex-wrap: wrap; }
>> .tc-tiddler-frame { max-width: 49%; margin-right: 1%; }
>>
>> On Saturday, May 9, 2015 at 9:07:59 AM UTC-7, Charlie Brown wrote:
>>
>> I see, so I can change the layout through css. I'll checkout the examples 
>>> when I'm less sleepy:).
>>>
>>> Sincerely,
>>> 王文鑫
>>> Charlie
>>>
>>> On Sat, May 9, 2015 at 9:59 PM, Måns <huma...@gmail.com> wrote:
>>>
>>>> Hi Charlie
>>>>
>>>> I am not currently aware of any specialized theme for showing tiddlers 
>>>> in a side-by-side column fashion. 
>>>>
>>>> There are however ways to show tiddlers in generated lists or sub 
>>>> stories (correct me if I'm wrong) and that allows you to show them side by 
>>>> side by defining columns via css.
>>>>
>>>> @Jeremy uses flexbox <http://learnlayout.com/flexbox.html> on 
>>>> tiddlywiki.com. Check out 
>>>> http://tiddlywiki.com/#%24%3A%2F_tw5.com-styles for his tc-link-info 
>>>> class, which is used in : 
>>>> Articles
>>>> Examples
>>>> Latest
>>>> Resources
>>>> Tutorials
>>>>
>>>> Eric Shulmann has created StyleSheetShortCuts 
>>>> <http://www.TiddlyTools.com/#StyleSheetShortcuts> (for TW classic) 
>>>> which uses columns <http://learnlayout.com/column.html> (not supported 
>>>> in Internet Explorer). You can import his stylesheet tweaks tiddler into a 
>>>> TW5 and tag it with $:/tags/Stylesheet
>>>>
>>>> Cheers Måns Mårtensson
>>>>
>>>> Den lørdag den 9. maj 2015 kl. 15.20.21 UTC+2 skrev Charlie Brown:
>>>>>
>>>>> Hi, I'm new to tiddlewiki (three days) but I'm really happy with it. 
>>>>> Thanks a lot!
>>>>> Right now my tiddlers are short and thin, and display them in only one 
>>>>> column wastes too much spaces. Is there a theme or something so that I 
>>>>> could list them in two columns? I did some searching but found no result.
>>>>>
>>>>  -- 
>>>> You received this message because you are subscribed to a topic in the 
>>>> Google Groups "TiddlyWiki" group.
>>>> To unsubscribe from this topic, visit 
>>>> https://groups.google.com/d/topic/tiddlywiki/lVRs1qfXEsc/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to 
>>>> tiddlywiki+...@googlegroups.com.
>>>> To post to this group, send email to tiddl...@googlegroups.com.
>>>> Visit this group at http://groups.google.com/group/tiddlywiki.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/tiddlywiki/897449c2-ac20-4f96-bfda-246eeed394e0%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/tiddlywiki/897449c2-ac20-4f96-bfda-246eeed394e0%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>  ​
>>
> ​

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/02ddfa88-d304-4695-91de-5072af0acaa6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to