asynqmon icon indicating copy to clipboard operation
asynqmon copied to clipboard

Content width

Open navossoc opened this issue 1 year ago • 0 comments

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 2023-01-24_15-28-01_chrome

max-width: 80% 2023-01-24_15-28-04_chrome

max-width: 90% 2023-01-24_15-28-07_chrome

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

max-width: 1280px 2023-01-24_15-28-13_chrome

max-width: 80% 2023-01-24_15-28-16_chrome

max-width: 90% 2023-01-24_15-28-20_chrome

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.

navossoc avatar Jan 24 '23 18:01 navossoc