Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
2d52ba33
Unverified
Commit
2d52ba33
authored
Sep 14, 2020
by
takumi9942
Committed by
GitHub
Sep 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: hidden download button in admin locale page on smaller screens (#2429)
parent
1404d634
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
admin-locale.vue
client/components/admin/admin-locale.vue
+2
-2
No files found.
client/components/admin/admin-locale.vue
View file @
2d52ba33
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
span
{{
$t
(
'common:actions.apply'
)
}}
span
{{
$t
(
'common:actions.apply'
)
}}
v-form.pt-3
v-form.pt-3
v-layout(row wrap)
v-layout(row wrap)
v-flex(
lg6
xs12)
v-flex(
xl6 lg5
xs12)
v-card.wiki-form.animated.fadeInUp
v-card.wiki-form.animated.fadeInUp
v-toolbar(color='primary', dark, dense, flat)
v-toolbar(color='primary', dark, dense, flat)
v-toolbar-title.subtitle-1
{{
$t
(
'admin:locale.settings'
)
}}
v-toolbar-title.subtitle-1
{{
$t
(
'admin:locale.settings'
)
}}
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
v
-
list
-
item
-
subtitle
(
v
-
html
=
'data.item.nativeName'
)
v
-
list
-
item
-
subtitle
(
v
-
html
=
'data.item.nativeName'
)
v
-
list
-
item
-
action
v
-
list
-
item
-
action
v
-
checkbox
(:
input
-
value
=
'data.attrs.inputValue'
,
color
=
'primary'
,
value
)
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
-
card
.
animated
.
fadeInUp
.
wait
-
p4s
v
-
toolbar
(
color
=
'teal'
,
dark
,
dense
,
flat
)
v
-
toolbar
(
color
=
'teal'
,
dark
,
dense
,
flat
)
v
-
toolbar
-
title
.
subtitle
-
1
{{
$t
(
'admin:locale.downloadTitle'
)
}}
v
-
toolbar
-
title
.
subtitle
-
1
{{
$t
(
'admin:locale.downloadTitle'
)
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment