Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/dictionaries/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ waitlist
webring
werkzeug
withastro
wordsearch
ΰ€…ΰ€•ΰ₯ΰ€Ÿΰ₯‚ΰ€¬ΰ€°
ΰ€…ΰ€—ΰ€Έΰ₯ΰ€€
ΰ€…ΰ€ͺΰ₯ΰ€°ΰ₯ˆΰ€²
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Created Repo from template
- Added Featured and Category section
- Added a keyboard game.

## [3.4.1] - Aug 04 2026

- Crossword page redesign for mobile view
- typing page added

### [Unreleased]

Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@recursivezero/abcd",
"version": "3.4.0",
"version": "3.4.1",
"description": "A website for kids whio want to learn the alphabet in a fun and interactive way. It is built using Astro and TypeScript.",
"homepage": "https://abcdkbd.com",
"displayName": "abcd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
min-height: 100vh;
padding: 20px;
box-sizing: border-box;
touch-action: none;
touch-action: pan-y;
}

/* ── Top Controls (Word List ke upar) ── */
Expand Down Expand Up @@ -357,7 +357,6 @@ details:not([open]) summary::after {
display: flex !important;
justify-content: center !important;
align-items: center !important;
background: #f8fafc !important;
border: 1.5px solid #e2e8f0 !important;
border-radius: 5px !important;
font-size: calc((100vw - 40px) / 8 * 0.45) !important;
Expand All @@ -366,22 +365,7 @@ details:not([open]) summary::after {
cursor: pointer !important;
user-select: none !important;
-webkit-user-select: none !important;
touch-action: none !important;
min-width: 0 !important;
min-height: 0 !important;
padding: 0 !important;
overflow: hidden !important;
box-sizing: border-box !important;
}

.stats-container {
gap: 4px;
margin: 8px 0;
}

.stats-button {
padding: 8px 10px;
font-size: 11px;
touch-action: manipulation !important;
border-radius: 10px;
}

Expand Down
Loading
Loading