5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-06 13:25: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] 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] = ""
} }
} }
} }

View file

@ -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%;