chore: use margin left to remove extra div

This commit is contained in:
kolaente 2021-12-30 17:08:08 +01:00
parent 3d8b473080
commit 74af089571
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 8 deletions

View File

@ -5,14 +5,12 @@
{{ $t('namespace.showArchived') }}
</fancycheckbox>
<div>
<x-button :to="{name: 'filters.create'}" class="new-namespace" icon="filter">
{{ $t('filters.create.title') }}
</x-button>
<x-button :to="{name: 'namespace.create'}" class="new-namespace" icon="plus">
{{ $t('namespace.create.title') }}
</x-button>
</div>
<x-button :to="{name: 'filters.create'}" class="new-namespace ml-auto" icon="filter">
{{ $t('filters.create.title') }}
</x-button>
<x-button :to="{name: 'namespace.create'}" class="new-namespace" icon="plus">
{{ $t('namespace.create.title') }}
</x-button>
</div>
<p class="has-text-centered has-text-grey mt-4 is-italic" v-if="namespaces.length === 0">