update spinner padding

This commit is contained in:
Dawid Wysokiński 2021-01-10 18:06:47 +01:00
parent 64df2fa8ec
commit 388dd2c992
6 changed files with 6 additions and 6 deletions

View File

@ -198,7 +198,7 @@ function MapPage() {
alignItems: 'center',
textAlign: 'center',
minHeight: 'inherit',
paddingY: 5,
paddingY: 3,
}}
description={t('loading')}
/>

View File

@ -22,7 +22,7 @@ function NameChanges({ t, nameChanges }: Props) {
{
field: 'changeDate',
label: t('nameChanges.columns.changeDate'),
type: 'date',
type: 'dateutc',
},
{
field: 'newName',

View File

@ -45,7 +45,7 @@ function Provider({ children }: Props) {
...centerFlex,
textAlign: 'center',
minHeight: 'inherit',
paddingY: 5,
paddingY: 3,
}}
description={t('playerPageContextProvider.loadingPlayer')}
/>

View File

@ -46,7 +46,7 @@ function Provider({ children }: Props) {
textAlign: 'center',
minHeight: 'inherit',
height: '100%',
paddingY: 5,
paddingY: 3,
}}
description={t('tribePageContextProvider.loadingTribe')}
/>

View File

@ -32,7 +32,7 @@ function VillagePage() {
...centerFlex,
textAlign: 'center',
minHeight: 'inherit',
paddingY: 5,
paddingY: 3,
}}
description={t('loadingVillage')}
/>

View File

@ -221,7 +221,7 @@ function WarStatsPage() {
containerProps={{
minHeight: 'inherit',
textAlign: 'center',
paddingY: 5,
paddingY: 3,
display: 'flex',
flexDirection: 'column',
justifyContent: 'center',