5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 23:35:45 +00:00

arreglar identación

This commit is contained in:
void 2020-11-17 13:01:17 -03:00
parent 7fe114b834
commit dbd64457e1
2 changed files with 7 additions and 7 deletions

View file

@ -344,10 +344,10 @@ function cleanNode (node, contentEl) {
const value = child.style[style]
switch (style) {
case 'background-color':
if (child.tagName === "MARK") break
default:
child.style[style] = ""
case 'background-color':
if (child.tagName === "MARK") break
default:
child.style[style] = ""
}
}
}

View file

@ -13,9 +13,9 @@
.selected { outline: #f206f9 solid medium; }
iframe {
min-height: 480px;
}
iframe {
min-height: 480px;
}
img, video, iframe, audio {
width: 100%;