Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jul 23, 2021
1 parent 95b585e commit 7d03921
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion assets/i18n/ja.json
Expand Up @@ -4241,7 +4241,6 @@
"key": "s2",
"title": "神里流・氷華",
"description": "氷の華を咲かせ、周囲の敵をノックバックし氷元素範囲ダメージを与える。",
"title": "Kamisato Art: Hyouka",
"abilities": []
},
{
Expand Down
2 changes: 1 addition & 1 deletion lib/presentation/home/widgets/elements_card.dart
Expand Up @@ -18,7 +18,7 @@ class ElementsCard extends StatelessWidget {
margin: Styles.edgeInsetAll15,
shape: RoundedRectangleBorder(borderRadius: Styles.homeCardItemBorderRadius),
child: Container(
margin: const EdgeInsets.symmetric(vertical: 10),
margin: const EdgeInsets.symmetric(vertical: 5),
constraints: const BoxConstraints(minHeight: 80, maxWidth: 340),
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
Expand Down
2 changes: 1 addition & 1 deletion lib/presentation/shared/styles.dart
Expand Up @@ -48,7 +48,7 @@ class Styles {
),
);

static const double materialCardHeight = 250;
static const double materialCardHeight = 270;
static const double materialCardWidth = 220;
static const double homeCardHeight = 160;
static const double homeCardWidth = 250;
Expand Down

0 comments on commit 7d03921

Please sign in to comment.