1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-22 14:51:31 +00:00

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

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
*/