Skip to content

Commit 86bb869

Browse files
howwohmmclaude
andcommitted
fix(ui): prevent empty space in package grid when readme is short
The 1280px+ breakpoint had no explicit grid-template-rows, so extra sidebar height was distributed across all rows. Adding auto auto auto 1fr pushes extra space into the readme row instead of the install/vulns area. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7f2fc1a commit 86bb869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,7 @@ const showSkeleton = shallowRef(false)
11201120
'install sidebar'
11211121
'vulns sidebar'
11221122
'readme sidebar';
1123+
grid-template-rows: auto auto auto 1fr;
11231124
}
11241125
}
11251126

0 commit comments

Comments
 (0)