Stretch home right column

This commit is contained in:
Your Name
2026-06-13 21:10:03 -04:00
parent 7ce98d6275
commit 2a0b162a02
2 changed files with 19 additions and 2 deletions
+18 -1
View File
@@ -1867,4 +1867,21 @@ button.inline-link,
.right-stack .leaderboard-card {
flex: 1;
}
\n
\n
/* Home layout: stretch right column to match server status card */
.home-grid {
align-items: stretch;
}
.right-stack {
display: flex;
flex-direction: column;
height: 100%;
}
.right-stack .leaderboard-card {
flex: 1 1 auto;
}