Fixed some inconsistencies

This commit is contained in:
Alexis
2025-04-25 16:56:09 +02:00
parent ee29169f4f
commit e634cc8127
7 changed files with 84 additions and 55 deletions

View File

@@ -163,7 +163,7 @@ function hideEditModal() {
</script>
<template>
<main class="p-8">
<main class="py-8 px-5 md:px-8">
<template v-if="status === 'pending'">
<Head>
<Title>{{ $t("entity.world.namePlural") }}</Title>