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
bc03ea7b
Commit
bc03ea7b
authored
May 30, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: backgammon board larger — 820px default, 900px on large screens
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
9a1a30f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
backgammon.css
public/css/backgammon.css
+7
-7
No files found.
public/css/backgammon.css
View file @
bc03ea7b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
gap
:
16px
;
gap
:
16px
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
flex-start
;
align-items
:
flex-start
;
max-width
:
1
2
00px
;
max-width
:
1
3
00px
;
margin
:
0
auto
;
margin
:
0
auto
;
padding
:
8px
16
px
;
padding
:
4px
8
px
;
direction
:
ltr
;
direction
:
ltr
;
}
}
...
@@ -47,8 +47,8 @@
...
@@ -47,8 +47,8 @@
.bg-board
{
.bg-board
{
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
max-width
:
calc
(
100vw
-
340px
)
;
max-width
:
820px
;
aspect-ratio
:
1.
4
/
1
;
aspect-ratio
:
1.
35
/
1
;
background
:
var
(
--bg-board-wood
);
background
:
var
(
--bg-board-wood
);
border-width
:
10px
;
border-width
:
10px
;
border-style
:
solid
;
border-style
:
solid
;
...
@@ -575,8 +575,8 @@
...
@@ -575,8 +575,8 @@
.bg-side-panel
{
.bg-side-panel
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
gap
:
1
2
px
;
gap
:
1
0
px
;
width
:
2
4
0px
;
width
:
2
0
0px
;
flex-shrink
:
0
;
flex-shrink
:
0
;
background
:
var
(
--bg-2
,
rgba
(
0
,
0
,
0
,
0.2
));
background
:
var
(
--bg-2
,
rgba
(
0
,
0
,
0
,
0.2
));
border-radius
:
12px
;
border-radius
:
12px
;
...
@@ -997,7 +997,7 @@
...
@@ -997,7 +997,7 @@
/* ─── Responsive: Large screens ──────────────────────────────────────────── */
/* ─── Responsive: Large screens ──────────────────────────────────────────── */
@media
(
min-width
:
1024px
)
{
@media
(
min-width
:
1024px
)
{
.bg-board
{
.bg-board
{
max-width
:
calc
(
100vw
-
360px
)
;
max-width
:
900px
;
}
}
:root
{
:root
{
...
...
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