From 967ca8af8e2f1036ed2fa8904c9946672ce3ab81 Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Sun, 9 Jul 2023 21:00:48 -0400 Subject: [PATCH 1/2] mobile styles adjusted --- js/app.js | 11 ++++++----- js/ui.js | 59 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 37 insertions(+), 33 deletions(-) diff --git a/js/app.js b/js/app.js index 1c84348..1e03513 100644 --- a/js/app.js +++ b/js/app.js @@ -15,19 +15,20 @@ TW.Init(ShadowCSS, ShadowDiv); React.render(html` <${Store.Provider}> -
+
<${UI.Header}/> -
+
<${UI.Controls}/> <${UI.Chart}> <${UI.Audiogram}/> -
<${UI.Display}/>
+
+ <${UI.Display}/> +
+
- -
diff --git a/js/ui.js b/js/ui.js index dfcc679..822fa87 100644 --- a/js/ui.js +++ b/js/ui.js @@ -19,7 +19,7 @@ export function Button({children, icon, light, disabled, inactive, onClick, clas return html`