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
837f836e
You need to sign in or sign up before continuing.
Commit
837f836e
authored
Apr 03, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated sidebar UI
parent
17d9d610
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
bundle.min.js
assets/js/bundle.min.js
+0
-0
sidebar.scss
client/scss/components/sidebar.scss
+7
-4
_layout.pug
views/pages/admin/_layout.pug
+0
-2
view.pug
views/pages/view.pug
+1
-3
No files found.
assets/js/bundle.min.js
View file @
837f836e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
client/scss/components/sidebar.scss
View file @
837f836e
...
...
@@ -7,19 +7,22 @@
min-height
:
80vh
;
aside
{
padding
:
1px
0
15px
0
;
&
:last-child
{
padding-bottom
:
20px
;
}
.sidebar-label
{
padding
:
0
0
5px
0
;
color
:
mc
(
'blue-grey'
,
'
4
00'
);
padding
:
8px
;
color
:
mc
(
'blue-grey'
,
'
3
00'
);
font-size
:
13px
;
letter-spacing
:
1px
;
text-transform
:
uppercase
;
border-bottom
:
1px
solid
mc
(
'blue-grey'
,
'700'
);
margin
:
25px
10px
15px
10px
;
background-color
:
mc
(
'blue-grey'
,
'800'
);
margin
:
0
0
15px
0
;
text-align
:
center
;
box-shadow
:
0
0
5px
rgba
(
0
,
0
,
0
,
0
.3
);
i
{
margin-right
:
5px
;
...
...
views/pages/admin/_layout.pug
View file @
837f836e
...
...
@@ -20,7 +20,6 @@ block content
aside
.sidebar-label
i.icon-th-small
span Navigation
ul.sidebar-menu
li
...
...
@@ -30,7 +29,6 @@ block content
aside
.sidebar-label
i.icon-head
span Account
ul.sidebar-menu
li
...
...
views/pages/view.pug
View file @
837f836e
...
...
@@ -36,7 +36,6 @@ block content
aside
.sidebar-label
i.icon-th-small
span Navigation
ul.sidebar-menu
li
...
...
@@ -58,9 +57,8 @@ block content
a(href='/login')
i.icon-unlock
span Login
aside.stickyscroll(data-margin-top=
40
)
aside.stickyscroll(data-margin-top=
15
)
.sidebar-label
i.icon-th-list
span Page Contents
ul.sidebar-menu
li: a(href='#root', title='Top of Page') Top of Page
...
...
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