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
88ee87ee
Commit
88ee87ee
authored
May 30, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove max-width caps — board expands to fill all available space
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
d695afbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
backgammon.css
public/css/backgammon.css
+4
-5
No files found.
public/css/backgammon.css
View file @
88ee87ee
...
@@ -24,10 +24,10 @@
...
@@ -24,10 +24,10 @@
/* ─── Game Layout ────────────────────────────────────────────────────────── */
/* ─── Game Layout ────────────────────────────────────────────────────────── */
.bg-layout
{
.bg-layout
{
display
:
flex
;
display
:
flex
;
gap
:
1
6
px
;
gap
:
1
2
px
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
flex-start
;
align-items
:
flex-start
;
max-width
:
1
300px
;
max-width
:
1
00%
;
margin
:
0
auto
;
margin
:
0
auto
;
padding
:
4px
8px
;
padding
:
4px
8px
;
direction
:
ltr
;
direction
:
ltr
;
...
@@ -40,7 +40,6 @@
...
@@ -40,7 +40,6 @@
align-items
:
center
;
align-items
:
center
;
flex
:
1
;
flex
:
1
;
min-width
:
0
;
min-width
:
0
;
max-width
:
900px
;
}
}
/* ─── Board Frame ────────────────────────────────────────────────────────── */
/* ─── Board Frame ────────────────────────────────────────────────────────── */
...
@@ -995,8 +994,8 @@
...
@@ -995,8 +994,8 @@
/* ─── Responsive: Large screens ──────────────────────────────────────────── */
/* ─── Responsive: Large screens ──────────────────────────────────────────── */
@media
(
min-width
:
1024px
)
{
@media
(
min-width
:
1024px
)
{
.bg-
board-column
{
.bg-
side-panel
{
max-width
:
100
0px
;
width
:
22
0px
;
}
}
: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