Skip to content

Conversation

@adamint
Copy link
Member

@adamint adamint commented Apr 17, 2024

Currently, the console logs page is not usable for low-res/high-zoom users (e.g. 1280x1024, 400%) that we are required to support.

Before:
before

After:
after

After for 100%, higher res (no change)
image

Microsoft Reviewers: Open in CodeFlow

@ghost ghost added the area-codeflow for labeling automated codeflow. intentionally a different color! label Apr 17, 2024
@JamesNK
Copy link
Member

JamesNK commented Apr 18, 2024

This breaks scrolling.

Before (note extra control only causes the console area to be scrollable):
image

After (scrolling includes the header):
image

Can you put a little time into testing these kind of changes. Fixing the UX issue is a goal, but they shouldn't break regular usage of the app.

display: grid;
grid-template-rows: auto auto 1fr;
height: 100%;
min-height: 100%;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about this?

Suggested change
min-height: 100%;
height: 100%;
min-height: 300px;

@dotnet-policy-service dotnet-policy-service bot added the needs-author-action An issue or pull request that requires more info or actions from the author. label Apr 18, 2024
@adamint adamint closed this Apr 18, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflow for labeling automated codeflow. intentionally a different color! needs-author-action An issue or pull request that requires more info or actions from the author.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants