diff --git a/ui/src/App.svelte b/ui/src/App.svelte
index e9115f5..6b9c2e6 100644
--- a/ui/src/App.svelte
+++ b/ui/src/App.svelte
@@ -1,17 +1,26 @@
-
PDF to Markdown Converter
+
+ PDF to Markdown Converter
+
- {#if $debug}
-
- {:else}
-
- {/if}
+
+ {#if $debug}
+
+
+
+ {:else}
+
+
+
+ {/if}
+
diff --git a/ui/src/debug/TransformerSelectionPopup.svelte b/ui/src/debug/TransformerSelectionPopup.svelte
index 61323e5..c8815bb 100644
--- a/ui/src/debug/TransformerSelectionPopup.svelte
+++ b/ui/src/debug/TransformerSelectionPopup.svelte
@@ -33,6 +33,7 @@
.selected {
@apply cursor-default;
@apply bg-gray-300;
+ @apply rounded;
/* @apply underline; */
}
.selectable {
@@ -41,5 +42,6 @@
.selectable:hover {
@apply bg-gray-400;
@apply text-green-700;
+ @apply rounded;
}
diff --git a/ui/src/index.ts b/ui/src/index.ts
index 63c6cc7..c06dd9e 100644
--- a/ui/src/index.ts
+++ b/ui/src/index.ts
@@ -3,6 +3,7 @@ import './Tailwind.css';
var app = new App({
target: document.body,
+ intro: true,
});
export default app;