From 6adc1e2696ec997c2e6b74043e06cfd87c6486c1 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 4 Jul 2022 20:46:36 +1000 Subject: Add help-info content --- src/components/SettingsModal.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/components/SettingsModal.vue') diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue index 73b204d..c946095 100644 --- a/src/components/SettingsModal.vue +++ b/src/components/SettingsModal.vue @@ -4,8 +4,8 @@ min-w-[8cm] max-w-[80%] max-h-[80%] overflow-auto" :style="styles"> -

Settings

-
+

Settings

+

Timing

@@ -24,7 +24,7 @@
{{uiOpts.autoActionDelay}} ms
-
+

Layout

@@ -76,7 +76,7 @@
{{pxToDisplayStr(lytOpts.tileSpacing)}}
-
+

Other

Tree to use @@ -139,6 +139,9 @@ export default defineComponent({ boxShadow: this.uiOpts.shadowNormal, }; }, + borderBClasses(): string { + return 'border-b border-stone-400'; + }, rLabelClasses(): string { // For reset-upon-click labels return "w-fit hover:cursor-pointer hover:text-lime-600"; }, -- cgit v1.2.3