diff --git a/CHANGELOG.md b/CHANGELOG.md index 800a7b3..505a71d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### 2026-02-01: 1.0.3 +* Add mobile responsiveness * Fix modal accessibility * Fix progress bar accessibility * Add Open Library API integration for missing book metadata (opt-in) diff --git a/src/App.jsx b/src/App.jsx index 73379aa..94ba3ba 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -512,7 +512,7 @@ function App() { return (
{/* Top controls */} -
+
+
@@ -621,14 +621,14 @@ function App() {
-
+
{currentWord ? (
{beforeORP} @@ -644,7 +644,7 @@ function App() { ...styles.wordDisplay, transform: "translateY(-50%) translateX(-50%)", }} - className="mono" + className="mono word-display" > Ready
@@ -660,7 +660,7 @@ function App() {
{/* Bottom controls */} -
+
{/* Controls with play button in center */}
-