hi, had a short look with dev tools built in chrome. With the elemnets panel [2] you can see/enable/disable every setting and get live feedback what it does. Below are some pointers, where I would make further investigations.
stylesheet display mode #displayArea definition margin right is set to 17em to free up space for the sidebar #sidebar is float: right, and right:0 As far as I know right is used for absolut positioning, and float is used for floats. It seems that you have mixed different positioning systems, which causes the problem in chrome. See w3schools [1] for more info. You should check the StyleSheet tiddler for this type of problems. I didn't see a custom edit tamplate. I think the class .editor, div editor needs to be checked too. Have a look at a vanilla TW PageTemplate, ViewTemplate, EditTemplate, StyleSheet, StyleSheetLayout and check what is different in your Theme. Start with PageTemplate .. regards Mario [1] http://www.w3schools.com/css/pr_pos_right.asp [2] http://webkit.org/blog/197/web-inspector-redesign/ On Apr 28, 12:31 am, Rafael Carrasco <[email protected]> wrote: > Hy! As pointed by Mans, my Recycled > <http://recycledtheme.tiddlyspot.com/>theme doesn't reder correctly on > Google Chrome. If you double click on a > tiddler, you'll see that there is a huge blank space between the tiddler's > title and it's input area. I'm trying to figure out why this happens, but I > didn't find out. Can anyone help me, please? > > -- > Rafael da Silva Carrasco > Mestrando em Ciência da Computação > Universidade Federal de Viçosa > > http://br.linkedin.com/in/rafaelcarrascoufv > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/tiddlywiki?hl=en. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

