diff --git a/packages/gui/src/routes/+layout.svelte b/packages/gui/src/routes/+layout.svelte index 2f52406..6c3a7fc 100644 --- a/packages/gui/src/routes/+layout.svelte +++ b/packages/gui/src/routes/+layout.svelte @@ -18,7 +18,7 @@
{#if backLink} -
+
{/if} @@ -81,8 +81,7 @@ top: 0px; left: 0px; width: 100%; - height: 50px; - border-bottom: #ccc 1px solid; + height: 40px; } slot { diff --git a/packages/ui/src/Gallery/Gallery.svelte b/packages/ui/src/Gallery/Gallery.svelte index 0b749d2..1c1d5ef 100644 --- a/packages/ui/src/Gallery/Gallery.svelte +++ b/packages/ui/src/Gallery/Gallery.svelte @@ -65,7 +65,7 @@ focus = i; resetLoop(); }} - class={`bg-purple h-4 w-4 rounded-lg border-2 border-white transition-colors ${ + class={`bg-purple h-3 w-3 rounded-lg border border-white transition-colors ${ i === focus ? 'bg-purple-900' : '' }`} />