Pack launcher request board rows naturally
This commit is contained in:
parent
944cee2444
commit
e40a596258
2 changed files with 8 additions and 1 deletions
|
|
@ -1388,7 +1388,7 @@ function WorldshaperLauncher() {
|
|||
</div>
|
||||
) : null}
|
||||
{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-kicker">{CHANGELOG_SPLASH_KICKER}</div>
|
||||
<div className="changelog-splash-title" id="launcher-whats-new-title">{CHANGELOG_SPLASH_TITLE}</div>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue