refactor(ui): removed all n-space

This commit is contained in:
Corentin Thomasset 2023-05-27 17:36:15 +02:00 committed by Corentin THOMASSET
parent 34d8e5ce2c
commit 4d2b037dbe
40 changed files with 222 additions and 246 deletions

View file

@ -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" />