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
48ea692a
Commit
48ea692a
authored
Feb 07, 2020
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: list items spacing + lang menu max-height
parent
ff5acba3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
nav-header.vue
client/components/common/nav-header.vue
+3
-3
app.scss
client/themes/default/scss/app.scss
+1
-3
No files found.
client/components/common/nav-header.vue
View file @
48ea692a
...
...
@@ -93,7 +93,7 @@
//- LANGUAGES
template(v-if='mode === `view` && locales.length > 0')
v-menu(offset-y, bottom, transition='slide-y-transition')
v-menu(offset-y, bottom, transition='slide-y-transition'
, max-height='320px', min-width='210px', left
)
template(v-slot:activator='{ on: menu }')
v-tooltip(bottom)
template(v-slot:activator='{ on: tooltip }')
...
...
@@ -110,7 +110,7 @@
//- PAGE ACTIONS
template(v-if='isAuthenticated && path && mode !== `edit`')
v-menu(offset-y, bottom, transition='slide-y-transition')
v-menu(offset-y, bottom, transition='slide-y-transition'
, left
)
template(v-slot:activator='{ on: menu }')
v-tooltip(bottom)
template(v-slot:activator='{ on: tooltip }')
...
...
@@ -154,7 +154,7 @@
//- ACCOUNT
v-menu(v-if='isAuthenticated', offset-y, bottom, min-width='300', transition='slide-y-transition')
v-menu(v-if='isAuthenticated', offset-y, bottom, min-width='300', transition='slide-y-transition'
, left
)
template(v-slot:activator='{ on: menu }')
v-tooltip(bottom)
template(v-slot:activator='{ on: tooltip }')
...
...
client/themes/default/scss/app.scss
View file @
48ea692a
...
...
@@ -472,7 +472,7 @@
}
}
ul
{
ul
{
list-style
:
none
;
width
:
100%
;
>
li
:
:
before
{
...
...
@@ -486,8 +486,6 @@ ul {
}
}
>
li
{
display
:flex
;
flex-wrap
:
wrap
;
>
p
{
display
:inline-block
;
vertical-align
:top
;
...
...
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