mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #288] Content width #72
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#72
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 @navossoc on GitHub (Jan 24, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/288
Hi, I started using this web ui for asynqmon and it works very well, my only issue with it is about the screen size.
To illustrate better:
In a 1920px screen there is a limit of 1280px on the main content (
MuiContainer-root MuiContainer-maxWidthLg).max-width: 1280px

max-width: 80%

max-width: 90%

Also, I'm using a ultrawide monitor, so, it looks like this in 2560px wide screen:
max-width: 1280px

max-width: 80%

max-width: 90%

I suggest to change that limit to at least 80% is a good improvement for the user experience (at least on IMHO).
I did changed the values using the web developer tool just to have an example to show.
I didn't find it on the source, probably it is some kind of compiled CSS spit from somewhere.
What are your thoughts on the topic?
Thanks.