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:
parent
28dedda1c6
commit
27cf77a7ad
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user