feat: add gap-x in main content actions (#440)

zio/stable
Joaquín Sánchez 2022-12-15 20:59:47 +01:00 committed by GitHub
parent 61113a242a
commit 515b660446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ defineProps<{
</div>
<div h-7 w-1px />
</div>
<div flex items-center flex-shrink-0>
<div flex items-center flex-shrink-0 gap-x-2>
<slot name="actions" />
<NavUser v-if="isMediumScreen" />
</div>