From 2d52ba3303ad92b55e9f6c4ab40e83d4cbfaea6d Mon Sep 17 00:00:00 2001 From: takumi9942 Date: Mon, 14 Sep 2020 02:51:21 +0900 Subject: [PATCH] fix: hidden download button in admin locale page on smaller screens (#2429) --- client/components/admin/admin-locale.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/admin/admin-locale.vue b/client/components/admin/admin-locale.vue index 38a581b8..10271942 100644 --- a/client/components/admin/admin-locale.vue +++ b/client/components/admin/admin-locale.vue @@ -15,7 +15,7 @@ span {{$t('common:actions.apply')}} v-form.pt-3 v-layout(row wrap) - v-flex(lg6 xs12) + v-flex(xl6 lg5 xs12) v-card.wiki-form.animated.fadeInUp v-toolbar(color='primary', dark, dense, flat) v-toolbar-title.subtitle-1 {{ $t('admin:locale.settings') }} @@ -98,7 +98,7 @@ v-list-item-subtitle(v-html='data.item.nativeName') v-list-item-action v-checkbox(:input-value='data.attrs.inputValue', color='primary', value) - v-flex(lg6 xs12) + v-flex(xl6 lg7 xs12) v-card.animated.fadeInUp.wait-p4s v-toolbar(color='teal', dark, dense, flat) v-toolbar-title.subtitle-1 {{ $t('admin:locale.downloadTitle') }}