mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-11 04:15:42 +00:00
Style tweaks for framed editor + preview (#3608)
* remove border: none for iframe from framed.js ... inherits the iframe border 1px solid editor-border in vanilla base * last style tweaks for editor-preview same border-radius as framed editor same additional space at the right as at the left * Update base.tid * Update base.tid * looks actually better with this border
This commit is contained in:
committed by
Jeremy Ruston
parent
b9df224f99
commit
c058378da0
@@ -40,7 +40,6 @@ function FramedEngine(options) {
|
||||
// Style the iframe
|
||||
this.iframeNode.className = this.dummyTextArea.className;
|
||||
this.iframeNode.style["border-radius"] = "2px";
|
||||
this.iframeNode.style.border = "none";
|
||||
this.iframeNode.style.padding = "0";
|
||||
this.iframeNode.style.resize = "none";
|
||||
this.iframeNode.style["background-color"] = this.widget.wiki.extractTiddlerDataItem(this.widget.wiki.getTiddlerText("$:/palette"),"background");
|
||||
|
||||
Reference in New Issue
Block a user