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
19361e9d
Unverified
Commit
19361e9d
authored
Apr 12, 2020
by
takumi9942
Committed by
GitHub
Apr 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: header nav grid and padding for mobile (#1697)
parent
b2115143
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
nav-header.vue
client/components/common/nav-header.vue
+3
-3
No files found.
client/components/common/nav-header.vue
View file @
19361e9d
...
...
@@ -17,7 +17,7 @@
@keyup.enter='searchEnter'
)
v-layout(row)
v-flex(xs
6
, md4)
v-flex(xs
5
, md4)
v-toolbar.nav-header-inner(color='black', dark, flat, :class='$vuetify.rtl ? `pr-3` : `pl-3`')
v-avatar(tile, size='34', @click='goHome')
v-img.org-logo(:src='logoUrl')
...
...
@@ -42,7 +42,7 @@
//- v-list-item-content
//- v-list-item-title.body-2.grey--text.text--ligten-2
{{
$t
(
'common:header.imagesFiles'
)
}}
//- v-list-item-subtitle.overline.grey--text.text--lighten-2 Coming soon
v-toolbar-title(:class='{ "mx-3": $vuetify.breakpoint.mdAndUp, "mx-
0
": $vuetify.breakpoint.smAndDown }')
v-toolbar-title(:class='{ "mx-3": $vuetify.breakpoint.mdAndUp, "mx-
1
": $vuetify.breakpoint.smAndDown }')
span.subheading
{{
title
}}
v-flex(md4, v-if='$vuetify.breakpoint.mdAndUp')
v-toolbar.nav-header-inner(color='black', dark, flat)
...
...
@@ -73,7 +73,7 @@
v-btn.ml-2.mr-0(icon, v-on='on', href='/t')
v-icon(color='grey') mdi-tag-multiple
span
{{
$t
(
'common:header.browseTags'
)
}}
v-flex(xs
6
, md4)
v-flex(xs
7
, md4)
v-toolbar.nav-header-inner.pr-4(color='black', dark, flat)
v-spacer
.navHeaderLoading.mr-3
...
...
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