feat(ui): 명예의 전당 화면 대폭 개선
- HallOfFameScreen UI 리뉴얼 - DeathOverlay 업데이트
This commit is contained in:
@@ -94,10 +94,11 @@ class DeathOverlay extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// 본문
|
// 본문 (스크롤 가능)
|
||||||
SingleChildScrollView(
|
Flexible(
|
||||||
padding: const EdgeInsets.all(16),
|
child: SingleChildScrollView(
|
||||||
child: Column(
|
padding: const EdgeInsets.all(16),
|
||||||
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
// 사망 타이틀
|
// 사망 타이틀
|
||||||
@@ -134,6 +135,7 @@ class DeathOverlay extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user