mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:41:43 +00:00
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]
|
||||
|
||||
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] = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
|
||||
.selected { outline: #f206f9 solid medium; }
|
||||
|
||||
iframe {
|
||||
min-height: 480px;
|
||||
}
|
||||
iframe {
|
||||
min-height: 480px;
|
||||
}
|
||||
|
||||
img, video, iframe, audio {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue