arreglar identación
This commit is contained in:
parent
7fe114b834
commit
dbd64457e1
2 changed files with 7 additions and 7 deletions
|
@ -344,10 +344,10 @@ function cleanNode (node, contentEl) {
|
||||||
const value = child.style[style]
|
const value = child.style[style]
|
||||||
|
|
||||||
switch (style) {
|
switch (style) {
|
||||||
case 'background-color':
|
case 'background-color':
|
||||||
if (child.tagName === "MARK") break
|
if (child.tagName === "MARK") break
|
||||||
default:
|
default:
|
||||||
child.style[style] = ""
|
child.style[style] = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
|
|
||||||
.selected { outline: #f206f9 solid medium; }
|
.selected { outline: #f206f9 solid medium; }
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
min-height: 480px;
|
min-height: 480px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img, video, iframe, audio {
|
img, video, iframe, audio {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue