diff --git a/configurator/src/App.svelte b/configurator/src/App.svelte index 3c3f068b..6b5d3b7d 100644 --- a/configurator/src/App.svelte +++ b/configurator/src/App.svelte @@ -1,6 +1,6 @@ {#if NO_CONTROLS_TAB.has(domain)} diff --git a/configurator/src/components/inputs/PowerKnobRow.svelte b/configurator/src/components/inputs/PowerKnobRow.svelte index 1f239ad5..f6bdaa6b 100644 --- a/configurator/src/components/inputs/PowerKnobRow.svelte +++ b/configurator/src/components/inputs/PowerKnobRow.svelte @@ -36,7 +36,7 @@ {#if isOverridden} diff --git a/configurator/src/components/inputs/SliderRow.svelte b/configurator/src/components/inputs/SliderRow.svelte index 0b58b2a6..837dc944 100644 --- a/configurator/src/components/inputs/SliderRow.svelte +++ b/configurator/src/components/inputs/SliderRow.svelte @@ -57,14 +57,14 @@ class={`text-[9px] font-mono cursor-pointer transition-all px-0.5 ${ showRaw ? 'text-indigo-400' - : 'opacity-0 group-hover:opacity-100 text-slate-500 hover:text-indigo-400' + : 'opacity-100 sm:opacity-0 sm:group-hover:opacity-100 sm:group-focus-within:opacity-100 focus:opacity-100 text-slate-500 hover:text-indigo-400' }`} ></> {/if} {#if overridden} {/if} diff --git a/configurator/src/components/inputs/TokenRow.svelte b/configurator/src/components/inputs/TokenRow.svelte index 9807e872..464c9f5b 100644 --- a/configurator/src/components/inputs/TokenRow.svelte +++ b/configurator/src/components/inputs/TokenRow.svelte @@ -86,7 +86,7 @@ {#if isOverridden} diff --git a/configurator/src/components/panels/MiscPanel.svelte b/configurator/src/components/panels/MiscPanel.svelte index 00adbf1b..e8fc861a 100644 --- a/configurator/src/components/panels/MiscPanel.svelte +++ b/configurator/src/components/panels/MiscPanel.svelte @@ -333,7 +333,7 @@
Underline thickness {#if "--sf-link-underline-thickness" in overrides} - + {/if}
diff --git a/configurator/src/components/panels/MotionPanel.svelte b/configurator/src/components/panels/MotionPanel.svelte index 1157fea3..b25dff18 100644 --- a/configurator/src/components/panels/MotionPanel.svelte +++ b/configurator/src/components/panels/MotionPanel.svelte @@ -288,7 +288,7 @@
Stagger base {#if STAGGER_TOKENS.some(t => t in overrides)} - + {/if}
{row.label} weight {#if isOverridden} - + {/if}
@@ -615,7 +615,7 @@
{row.label} {#if row.token in overrides} - + {/if}
@@ -692,7 +692,7 @@
{row.label} weight {#if isOverridden} - + {/if}
@@ -796,7 +796,7 @@
{t.label} {#if t.token in overrides} - + {/if}