Size single tiddler window content to fit

This commit is contained in:
Jermolene 2015-05-06 18:09:22 +01:00
parent 61b75be94c
commit 65a3a89746
1 changed files with 8 additions and 0 deletions

View File

@ -832,6 +832,14 @@ html body.tc-body.tc-single-tiddler-window {
background: <<colour tiddler-background>>;
}
.tc-single-tiddler-window img,
.tc-single-tiddler-window svg,
.tc-single-tiddler-window canvas,
.tc-single-tiddler-window embed,
.tc-single-tiddler-window iframe {
max-width: 100%;
}
/*
** Adjustments for fluid-fixed mode
*/