Pack launcher request board rows naturally

This commit is contained in:
Andraxion 2026-06-27 02:59:24 -04:00
parent 944cee2444
commit e40a596258
2 changed files with 8 additions and 1 deletions

View file

@ -1388,7 +1388,7 @@ function WorldshaperLauncher() {
</div> </div>
) : null} ) : null}
{activeBoardTab === "news" ? ( {activeBoardTab === "news" ? (
<div className="changelog-splash-card"> <div className="changelog-splash-card launcher-request-board-card">
<div className="changelog-splash-hero"> <div className="changelog-splash-hero">
<div className="changelog-splash-kicker">{CHANGELOG_SPLASH_KICKER}</div> <div className="changelog-splash-kicker">{CHANGELOG_SPLASH_KICKER}</div>
<div className="changelog-splash-title" id="launcher-whats-new-title">{CHANGELOG_SPLASH_TITLE}</div> <div className="changelog-splash-title" id="launcher-whats-new-title">{CHANGELOG_SPLASH_TITLE}</div>

View file

@ -269,6 +269,13 @@ body {
gap: 10px; gap: 10px;
} }
.launcher-request-board-card {
min-height: 0;
grid-template-rows: none;
grid-auto-rows: max-content;
align-content: start;
}
.changelog-splash-hero { .changelog-splash-hero {
padding: 10px 12px; padding: 10px 12px;
border: 1px solid #4f79af; border: 1px solid #4f79af;