diff --git a/scripts/dialog.js b/scripts/dialog.js index 134276f..c953259 100644 --- a/scripts/dialog.js +++ b/scripts/dialog.js @@ -4,19 +4,18 @@ export class Dialog extends HTMLElement { let shadowRoot = this.attachShadow({mode: "open"}); shadowRoot.innerHTML = ` + - - -

+



-
- - +
+ +
`;