Stretch home right column
This commit is contained in:
+18
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user