refactor(ui): update pokemon detail grid layout and section title

Apply single-column stack layout to detail grids
Shorten the related items section title for conciseness
This commit is contained in:
2026-05-01 06:55:20 +08:00
parent 7c8426651d
commit 14b13e479d
2 changed files with 7 additions and 3 deletions

View File

@@ -913,6 +913,10 @@ button:disabled,
gap: 16px;
}
.detail-grid--stack {
grid-template-columns: 1fr;
}
.habitat-detail-stack {
display: grid;
gap: 16px;