diff --git a/src/components/Drawer.tsx b/src/components/Drawer.tsx
index 9ee6660..ebeeccd 100644
--- a/src/components/Drawer.tsx
+++ b/src/components/Drawer.tsx
@@ -11,10 +11,11 @@ export default function Drawer({ children }: DrawerProps) {
onClick={() => {
isOpen.value = !isOpen.value;
}}
+ class="drawer-handle"
>
- {isOpen.value ? "Hide 🞃" : "Expand 🞁"}
+ {isOpen.value ? "Reference 🞃" : "Reference 🞁"}
- {isOpen.value && children}
+ {children}
);
}
diff --git a/src/components/FontPicker.tsx b/src/components/FontPicker.tsx
index fba6612..1b368d5 100644
--- a/src/components/FontPicker.tsx
+++ b/src/components/FontPicker.tsx
@@ -3,20 +3,23 @@ import { fontNames, selectedFont } from "./store";
export default function FontPicker() {
return (
-
+
+ Font:{" "}
+
+
);
}
diff --git a/src/components/Main.tsx b/src/components/Main.tsx
index ff79f39..7dfde02 100644
--- a/src/components/Main.tsx
+++ b/src/components/Main.tsx
@@ -34,8 +34,8 @@ export default function Main() {
>
diff --git a/src/components/ReadingBox.tsx b/src/components/ReadingBox.tsx
index fe366ad..2f64691 100644
--- a/src/components/ReadingBox.tsx
+++ b/src/components/ReadingBox.tsx
@@ -50,7 +50,7 @@ Pursued by the Empire's sinister agents, Princess Leia races home aboard her sta
-
+