Mobile friendly admin, settings and moderation

This commit is contained in:
Grzegorz Leoniec 2019-01-21 12:06:38 +01:00
parent 834973f3d3
commit 4af7a6673c
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
3 changed files with 6 additions and 6 deletions

View File

@ -4,13 +4,13 @@
{{ $t('admin.name') }}
</ds-heading>
<ds-flex gutter="small">
<ds-flex-item :width="{ base: '200px' }">
<ds-flex-item :width="{ base: '100%', md: '200px' }">
<ds-menu
:routes="routes"
:is-exact="() => true"
/>
</ds-flex-item>
<ds-flex-item>
<ds-flex-item :width="{ base: '100%', md: 1 }">
<transition
name="slide-up"
appear

View File

@ -4,10 +4,10 @@
{{ $t('moderation.name') }}
</ds-heading>
<ds-flex gutter="small">
<ds-flex-item :width="{ base: '200px' }">
<ds-flex-item :width="{ base: '100%', md: '200px' }">
<ds-menu :routes="routes" />
</ds-flex-item>
<ds-flex-item>
<ds-flex-item :width="{ base: '100%', md: 1 }">
<transition
name="slide-up"
appear

View File

@ -4,13 +4,13 @@
{{ $t('settings.name') }}
</ds-heading>
<ds-flex gutter="small">
<ds-flex-item :width="{ base: '200px' }">
<ds-flex-item :width="{ base: '100%', md: '200px' }">
<ds-menu
:routes="routes"
:is-exact="() => true"
/>
</ds-flex-item>
<ds-flex-item>
<ds-flex-item :width="{ base: '100%', md: 1 }">
<transition
name="slide-up"
appear