fix: use single columns on smaller screens#1802
Open
dede999 wants to merge 2 commits intokernelci:mainfrom
Open
fix: use single columns on smaller screens#1802dede999 wants to merge 2 commits intokernelci:mainfrom
dede999 wants to merge 2 commits intokernelci:mainfrom
Conversation
Contributor
Author
|
Check for the main changes, I balieve we can still improve that grey area not covering the whole screen Screencast.from.2026-03-13.19-51-54.webm |
1ab18eb to
2637606
Compare
| { | ||
| children: ( | ||
| <div className="grid grid-cols-2 gap-4"> | ||
| <div className="grid grid-cols-1 gap-4 lg:grid-cols-2"> |
Contributor
Contributor
Author
There was a problem hiding this comment.
I do not see this problem unless I switch pages on viewport inspection mode; in this case, I disable and re-enable it, and the problem is gone
Contributor
Author
Contributor
Previoulsy, the gray-painted div did not extend to the end of the screen, which was not the intended layout Closes kernelci#1432
f27a427 to
a139498
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.







Fixes layout responsiveness for smaller viewpoints by setting the grid size for default, medium and/or large screens
Changes
BuildDetailscomponent, I have wrapped theDetailsInfoCardwith grid classes changing on large views, as I thought it was okay to have only one column on small and medium screensSubsectioncomponent, I have made it change the grid size on medium screens as sub sets generally represent more granular dataHow to test
build/$buildIdpage, inspect it and check different viewpoints to look for points of improvalRelated issue