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
006fd59e
Commit
006fd59e
authored
Jul 20, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: UI improvements
parent
0c6472ab
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
admin-dashboard.vue
client/components/admin/admin-dashboard.vue
+3
-3
base.scss
client/scss/base/base.scss
+0
-1
app.scss
client/themes/default/scss/app.scss
+14
-0
No files found.
client/components/admin/admin-dashboard.vue
View file @
006fd59e
...
...
@@ -53,7 +53,7 @@
.body-2(v-if='isLatestVersion')
{{
$t
(
'admin:dashboard.versionLatest'
)
}}
.body-2(v-else)
{{
$t
(
'admin:dashboard.versionNew'
,
{
version
:
info
.
latestVersion
}
)
}}
v
-
flex
(
xs12
,
xl6
)
v
-
card
.
radius
-
7
v
-
card
.
radius
-
7
.
animated
.
fadeInUp
.
wait
-
p2s
v
-
card
-
title
.
subheading
(:
class
=
'$vuetify.dark ? `grey darken-2` : `grey lighten-5`'
)
Recent
Pages
v
-
data
-
table
.
pb
-
2
(
:
items
=
'recentPages'
...
...
@@ -70,7 +70,7 @@
.
caption
:
strong
Updated
{{
props
.
item
.
updatedAt
|
moment
(
'from'
)
}}
.
caption
Created
{{
props
.
item
.
createdAt
|
moment
(
'calendar'
)
}}
v
-
flex
(
xs12
,
xl6
)
v
-
card
.
radius
-
7
v
-
card
.
radius
-
7
.
animated
.
fadeInUp
.
wait
-
p4s
v
-
card
-
title
.
subheading
(:
class
=
'$vuetify.dark ? `grey darken-2` : `grey lighten-5`'
)
Most
Popular
Pages
v
-
data
-
table
.
pb
-
2
(
:
items
=
'popularPages'
...
...
@@ -88,7 +88,7 @@
.
caption
Created
{{
props
.
item
.
createdAt
|
moment
(
'calendar'
)
}}
v
-
flex
(
xs12
)
v
-
card
.
dashboard
-
contribute
v
-
card
.
dashboard
-
contribute
.
animated
.
fadeInUp
.
wait
-
p4s
v
-
card
-
text
img
(
src
=
'/svg/icon-heart-health.svg'
,
alt
=
'Contribute'
,
style
=
'height: 80px;'
)
.
pl
-
3
...
...
client/scss/base/base.scss
View file @
006fd59e
html
{
box-sizing
:
border-box
;
height
:
100%
;
background-color
:
mc
(
'grey'
,
'900'
);
}
*,
*
:before
,
*
:after
{
box-sizing
:
inherit
;
...
...
client/themes/default/scss/app.scss
View file @
006fd59e
...
...
@@ -616,6 +616,20 @@
}
}
@at-root
.theme--dark
&
{
background-color
:
mc
(
'grey'
,
'900'
);
border-color
:
mc
(
'grey'
,
'700'
);
summary
{
background-color
:
mc
(
'grey'
,
'900'
);
border-color
:
mc
(
'grey'
,
'700'
);
}
&
[
open
]
summary
{
background-color
:
lighten
(
mc
(
'grey'
,
'900'
)
,
5%
);
}
}
}
}
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