mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #1165] [Bug Report] Responsive layout will not expand beyond 3 columns, no matter the screen width #841
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#841
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maziggy on GitHub (Apr 29, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1165
Originally assigned to: @maziggy on GitHub.
Responsive layout will not expand beyond 3 columns, no matter the screen width
Reporter Contact
Email: ghost609160@gmail.com
System Information
Logs (sanitized): bambuddy.log
Submitted via BamBuddy Bug Report
@maziggy commented on GitHub (Apr 29, 2026):
Screenshot please. I have only 2 printers.
@EdwardChamberlain commented on GitHub (May 1, 2026):
Not originator but card count are defined by tailwinds default config (as there is no theme.screens override) so latch to set card number.
relevant line is:
github.com/maziggy/bambuddy@8dd4efa555/frontend/src/pages/PrintersPage.tsx (L6283)@maziggy commented on GitHub (May 2, 2026):
I tried a couple of fixes (adding a 2xl tier; capping columns by printer count) and both regressed the layout for users with fewer printers — cards either shrank too far and wrapped their badges row, or stretched too wide on ultrawide monitors. The cardSize selector (S / M / L / XL in the toolbar) is intentionally the user-facing lever for this: switching from M to S already gives you up to 5 columns, which should fit your 8 printers comfortably on a wide monitor.
Closing as wont-fix unless this comes up from more users.