Better stats page
This commit is contained in:
		
							parent
							
								
									374b276f5c
								
							
						
					
					
						commit
						8751d91794
					
				
					 2 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -100,7 +100,7 @@ export default Vue.extend({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	created() {
 | 
						created() {
 | 
				
			||||||
		(this as any).api('chart', {
 | 
							(this as any).api('chart', {
 | 
				
			||||||
			limit: 32
 | 
								limit: 35
 | 
				
			||||||
		}).then(chart => {
 | 
							}).then(chart => {
 | 
				
			||||||
			this.chart = chart;
 | 
								this.chart = chart;
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
| 
						 | 
					@ -681,6 +681,6 @@ export default Vue.extend({
 | 
				
			||||||
	> div
 | 
						> div
 | 
				
			||||||
		> *
 | 
							> *
 | 
				
			||||||
			display block
 | 
								display block
 | 
				
			||||||
			height 320px
 | 
								height 350px
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -43,7 +43,7 @@ export default Vue.extend({
 | 
				
			||||||
	> .stats
 | 
						> .stats
 | 
				
			||||||
		display flex
 | 
							display flex
 | 
				
			||||||
		justify-content center
 | 
							justify-content center
 | 
				
			||||||
		margin-bottom 16px
 | 
							margin 0 auto 16px auto
 | 
				
			||||||
		padding 32px
 | 
							padding 32px
 | 
				
			||||||
		background #fff
 | 
							background #fff
 | 
				
			||||||
		box-shadow 0 2px 8px rgba(#000, 0.1)
 | 
							box-shadow 0 2px 8px rgba(#000, 0.1)
 | 
				
			||||||
| 
						 | 
					@ -60,5 +60,6 @@ export default Vue.extend({
 | 
				
			||||||
				font-size 70%
 | 
									font-size 70%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	> div
 | 
						> div
 | 
				
			||||||
		max-width 850px
 | 
							max-width 950px
 | 
				
			||||||
 | 
							margin 0 auto
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue