diff --git a/client/src/components/CharacterDetail.module.css b/client/src/components/CharacterDetail.module.css index 2edb877..213baeb 100644 --- a/client/src/components/CharacterDetail.module.css +++ b/client/src/components/CharacterDetail.module.css @@ -97,7 +97,8 @@ } .restRow { - margin-top: 1rem; + margin-top: 0.5rem; + margin-bottom: 1.25rem; display: flex; justify-content: flex-end; } diff --git a/client/src/components/CharacterDetail.tsx b/client/src/components/CharacterDetail.tsx index cfb8e24..55ececb 100644 --- a/client/src/components/CharacterDetail.tsx +++ b/client/src/components/CharacterDetail.tsx @@ -80,21 +80,6 @@ export default function CharacterDetail({ - - )} + + {castResult && ( diff --git a/client/src/components/SpellList.module.css b/client/src/components/SpellList.module.css index 6c2619f..1b93a34 100644 --- a/client/src/components/SpellList.module.css +++ b/client/src/components/SpellList.module.css @@ -1,7 +1,7 @@ .container { - margin-top: 1.5rem; - padding-top: 1rem; - border-top: 1px solid rgba(var(--gold-rgb), 0.15); + margin-bottom: 1.25rem; + padding-bottom: 0.5rem; + border-bottom: 1px solid rgba(var(--gold-rgb), 0.15); } .header {