diff --git a/ui/src/components/Checkbox.svelte b/ui/src/components/Checkbox.svelte index 0fe45f6..6e97ca3 100644 --- a/ui/src/components/Checkbox.svelte +++ b/ui/src/components/Checkbox.svelte @@ -6,7 +6,7 @@ + class="px-1 border-t-2 border-b-2 border-transparent cursor-pointer select-none whitespace-nowrap">{name} diff --git a/ui/src/debug/ControlBar.svelte b/ui/src/debug/ControlBar.svelte index 036e9c1..c617fa2 100644 --- a/ui/src/debug/ControlBar.svelte +++ b/ui/src/debug/ControlBar.svelte @@ -34,7 +34,7 @@ $: pageIsPinned = !isNaN(pinnedPage); -
+
{#if pageIsPinned} (pinnedPage = undefined)} transition:slideH={{ duration: 180, easing: linear }}> @@ -114,12 +114,5 @@
- + +
diff --git a/ui/src/debug/ItemTable.svelte b/ui/src/debug/ItemTable.svelte index 1bf8bbf..764d4a4 100644 --- a/ui/src/debug/ItemTable.svelte +++ b/ui/src/debug/ItemTable.svelte @@ -153,7 +153,7 @@ @apply whitespace-nowrap; position: -webkit-sticky; position: sticky; - top: 2.7em; + top: 2.4em; z-index: 2; } @@ -161,7 +161,7 @@ @apply px-1; position: -webkit-sticky; position: sticky; - top: 2.6em; + top: 2.4em; z-index: 2; } td:not(#page) {