minor fix on statistics page
This commit is contained in:
		| @@ -138,6 +138,10 @@ label { | ||||
|   margin-left: 60px; | ||||
| } | ||||
|  | ||||
| .chart-arrows { | ||||
|   margin-top: 7px; | ||||
| } | ||||
|  | ||||
| .chart-filters { | ||||
|   padding-bottom: 10px; | ||||
| } | ||||
| @@ -153,7 +157,7 @@ label { | ||||
| } | ||||
|  | ||||
| .chart-radio label { | ||||
|   display: flex; | ||||
|   /* display: flex; */ | ||||
| } | ||||
|  | ||||
| .chart-radio input { | ||||
|   | ||||
| @@ -13,6 +13,7 @@ import { | ||||
|   subYears | ||||
| } from 'date-fns' | ||||
| import React from 'react' | ||||
| import { Helmet } from 'react-helmet' | ||||
| import { connect } from 'react-redux' | ||||
|  | ||||
| import { activityColors } from '../../utils/activities' | ||||
| @@ -110,6 +111,10 @@ class Statistics extends React.Component { | ||||
|     const { displayedSports, statsParams } = this.state | ||||
|     const { sports } = this.props | ||||
|     return ( | ||||
|       <> | ||||
|         <Helmet> | ||||
|           <title>FitTrackee - Statistics</title> | ||||
|         </Helmet> | ||||
|         <div className="container dashboard"> | ||||
|           <div className="card activity-card"> | ||||
|             <div className="card-header"> | ||||
| @@ -117,7 +122,7 @@ class Statistics extends React.Component { | ||||
|             </div> | ||||
|             <div className="card-body"> | ||||
|               <div className="chart-filters row"> | ||||
|               <div className="col"> | ||||
|                 <div className="col chart-arrows"> | ||||
|                   <p className="text-center"> | ||||
|                     <i | ||||
|                       className="fa fa-chevron-left" | ||||
| @@ -140,7 +145,7 @@ class Statistics extends React.Component { | ||||
|                     ))} | ||||
|                   </select> | ||||
|                 </div> | ||||
|               <div className="col"> | ||||
|                 <div className="col chart-arrows"> | ||||
|                   <p className="text-center"> | ||||
|                     <i | ||||
|                       className="fa fa-chevron-right" | ||||
| @@ -173,6 +178,7 @@ class Statistics extends React.Component { | ||||
|             </div> | ||||
|           </div> | ||||
|         </div> | ||||
|       </> | ||||
|     ) | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user