<https://lh3.googleusercontent.com/-wol9XolNNVg/V-2vBpovWcI/AAAAAAAABFI/4_Z-_nV99tQsM5OQSk4Oy9MHXAoBj-ecwCLcB/s1600/Screen%2BShot%2B2016-09-30%2Bat%2B10.02.45%2BAM.png>
 
<https://lh3.googleusercontent.com/-zzNy81tig_Q/V-2vFW2UVyI/AAAAAAAABFM/tXpNE0FCa9YUNNSX6BYEOOoHtHhv8ASJQCLcB/s1600/Screen%2BShot%2B2016-09-30%2Bat%2B10.03.33%2BAM.png>

Fiddling around with CSS, I'm finding it useful to hide most features of 
the edit template when screen width is small...
... to access the full edit template I just rotate my phone. The CSS was: 

@media (max-width: 480px) {

.tc-edit-fields { display: none; } 

.tc-editor-toolbar { display: none; }

.tc-edit-tags { display: none; } 

.tc-tiddler-preview-preview { display: none; } 

.tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor { width:100%; } 

.tc-type-selector { display: none; } 

.tc-edit-field-add { display: none; } 

.tc-improvement-banner { display: none; } 

} 

 

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/7735dab5-fd11-4381-b854-8f2a3d625001%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to