Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
el3ab-Player
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
el3ab-Player
Commits
6e0ebd7d
Commit
6e0ebd7d
authored
May 26, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: tighten Play page vertical spacing
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
bcfc681b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PlayPage.tsx
src/pages/PlayPage.tsx
+3
-3
No files found.
src/pages/PlayPage.tsx
View file @
6e0ebd7d
...
...
@@ -42,7 +42,7 @@ export function PlayPage() {
variants=
{
stagger
}
initial=
"hidden"
animate=
"show"
className=
"flex flex-col gap-
6
"
className=
"flex flex-col gap-
4
"
>
{
/* === 1. PAGE HEADER — Ribbon Banner === */
}
<
motion
.
div
variants=
{
fadeUp
}
className=
"flex justify-center"
>
...
...
@@ -166,7 +166,7 @@ export function PlayPage() {
</
motion
.
div
>
{
/* === 4. TIME CONTROL SECTION === */
}
<
motion
.
div
variants=
{
fadeUp
}
className=
"space-y-
4
"
>
<
motion
.
div
variants=
{
fadeUp
}
className=
"space-y-
3
"
>
{
/* Section ribbon header */
}
<
div
className=
"flex justify-center"
>
<
div
...
...
@@ -264,7 +264,7 @@ export function PlayPage() {
</
motion
.
div
>
{
/* === 5. ACTION BUTTONS === */
}
<
motion
.
div
variants=
{
fadeUp
}
className=
"flex flex-col items-center gap-
4 pt-3 pb-4
"
>
<
motion
.
div
variants=
{
fadeUp
}
className=
"flex flex-col items-center gap-
3
"
>
{
/* Primary: Find opponent — massive 3D gold */
}
<
motion
.
button
className=
"relative w-[80%] cursor-pointer"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment