mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Remove unnecessary border-radius already set on the iframe (#3604)
This commit is contained in:
parent
0ecc7c6071
commit
288d25e733
@ -96,7 +96,6 @@ FramedEngine.prototype.copyStyles = function() {
|
||||
this.domNode.style.margin = "0";
|
||||
this.domNode.style.resize = "none";
|
||||
this.domNode.style.border = "none";
|
||||
this.domNode.style["border-radius"] = "2px";
|
||||
this.domNode.style["padding-left"] = "0.5em";
|
||||
this.domNode.style["padding-top"] = "0.3em";
|
||||
this.domNode.style["background-color"] = this.widget.wiki.extractTiddlerDataItem(this.widget.wiki.getTiddlerText("$:/palette"),"background");
|
||||
|
Loading…
Reference in New Issue
Block a user