You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: