+
diff --git a/src/components/utilities/Modal.vue b/src/components/utilities/Modal.vue
index fcdd8e1..0b4531f 100644
--- a/src/components/utilities/Modal.vue
+++ b/src/components/utilities/Modal.vue
@@ -1,8 +1,11 @@
-
-
-
+
+
+
+
+
+
-
-
-

-
-
-
+
+
+
+
+
+
@@ -84,7 +87,7 @@ let startHeight = 0
let preFullScreenState = { x: 0, y: 0, width: 0, height: 0 }
const modalStyle = computed(() => ({
- borderRadius: isFullScreen.value ? '0' : '10px',
+ borderRadius: isFullScreen.value ? '0' : '12px',
top: isFullScreen.value ? '0' : `${y.value}px`,
left: isFullScreen.value ? '0' : `${x.value}px`,
width: isFullScreen.value ? '100vw' : `${width.value}px`,
diff --git a/src/components/utilities/Notifications.vue b/src/components/utilities/Notifications.vue
index 9e316e7..8c0fbd8 100644
--- a/src/components/utilities/Notifications.vue
+++ b/src/components/utilities/Notifications.vue
@@ -1,7 +1,7 @@
- {{ notification.title }}
+ {{ notification.title }}
{{ notification.message }}
diff --git a/src/screens/Characters.vue b/src/screens/Characters.vue
index 8517c58..326558e 100644
--- a/src/screens/Characters.vue
+++ b/src/screens/Characters.vue
@@ -11,8 +11,8 @@
class="group first:ml-auto last:mr-auto m-4 w-[170px] h-[275px] flex flex-col shrink-0 relative shadow-character"
:class="{ active: selected_character == character.id }"
>
-
-
+
+
@@ -66,21 +66,23 @@
-
+
- Create your character
+ Create your character
-