Skip to content
Snippets Groups Projects
Unverified Commit 8751d917 authored by syuilo's avatar syuilo
Browse files

Better stats page

parent 374b276f
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ export default Vue.extend({
created() {
(this as any).api('chart', {
limit: 32
limit: 35
}).then(chart => {
this.chart = chart;
});
......@@ -681,6 +681,6 @@ export default Vue.extend({
> div
> *
display block
height 320px
height 350px
</style>
......@@ -43,7 +43,7 @@ export default Vue.extend({
> .stats
display flex
justify-content center
margin-bottom 16px
margin 0 auto 16px auto
padding 32px
background #fff
box-shadow 0 2px 8px rgba(#000, 0.1)
......@@ -60,5 +60,6 @@ export default Vue.extend({
font-size 70%
> div
max-width 850px
max-width 950px
margin 0 auto
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment