diff --git a/src/WorldshaperLauncher.tsx b/src/WorldshaperLauncher.tsx index 1bfd07e..668fb38 100644 --- a/src/WorldshaperLauncher.tsx +++ b/src/WorldshaperLauncher.tsx @@ -1388,7 +1388,7 @@ function WorldshaperLauncher() { ) : null} {activeBoardTab === "news" ? ( -
+
{CHANGELOG_SPLASH_KICKER}
{CHANGELOG_SPLASH_TITLE}
diff --git a/src/index.css b/src/index.css index e1d59b6..b9e7f10 100644 --- a/src/index.css +++ b/src/index.css @@ -269,6 +269,13 @@ body { gap: 10px; } +.launcher-request-board-card { + min-height: 0; + grid-template-rows: none; + grid-auto-rows: max-content; + align-content: start; +} + .changelog-splash-hero { padding: 10px 12px; border: 1px solid #4f79af;