aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/tool.layout.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/tool.layout.vue')
-rw-r--r--src/layouts/tool.layout.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layouts/tool.layout.vue b/src/layouts/tool.layout.vue
index 6cccbb0..ae385d0 100644
--- a/src/layouts/tool.layout.vue
+++ b/src/layouts/tool.layout.vue
@@ -29,7 +29,7 @@ useHead(head);
<base-layout>
<div class="tool-layout">
<div class="tool-header">
- <n-space align="center" justify="space-between" :wrap="false">
+ <div flex flex-nowrap items-center justify-between>
<n-h1>
{{ route.meta.name }}
</n-h1>
@@ -37,7 +37,7 @@ useHead(head);
<div>
<favorite-button :tool="{name: route.meta.name} as Tool" />
</div>
- </n-space>
+ </div>
<div class="separator" />