From ad43fa7f735e9ad0f90c87f425142b85ad983ae3 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 11 Apr 2023 22:54:37 +0000 Subject: [PATCH] update dialogs to use w3 styling Signed-off-by: Arthur Lu --- scripts/dialog.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 = ` + - - -

+



-
- - +
+ +
`;