1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 17:30:26 +00:00

make sandbox iframe in tiddler preview full width

This commit is contained in:
BurningTreeC 2024-11-11 03:17:47 +01:00
parent 28dedda1c6
commit 27cf77a7ad

View File

@ -1745,6 +1745,10 @@ html body.tc-body.tc-single-tiddler-window {
padding: 3px 3px 3px 3px; padding: 3px 3px 3px 3px;
} }
.tc-tiddler-frame .tc-tiddler-editor.tc-tiddler-preview .tc-tiddler-preview-preview > iframe[sandbox] {
width: 100%;
}
<<if-editor-height-fixed then:""" <<if-editor-height-fixed then:"""
.tc-tiddler-preview-preview { .tc-tiddler-preview-preview {