Skip to content

Commit

Permalink
fix: hidden download button in admin locale page on smaller screens (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi9942 authored Sep 13, 2020
1 parent 1404d63 commit 2d52ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/admin/admin-locale.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit 2d52ba3

Please sign in to comment.