File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React from 'React' ;
22
3+ // Need to add flag to turn off the splash at start
4+ // Need to add flag to turn off getting started page
5+ // Need to add flag to turn on/off live data (ideally persist on restart)
6+ // Need to add dark mode
37const Settings : React . FC = ( ) => {
48 return < div className = "home" > Hello this is the Settings</ div > ;
59} ;
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ const SidebarContainer: React.FC = (): JSX.Element => (
3030 < div className = "sidebar" >
3131 < img alt = "Chronos Logo" id = "serviceDashLogo" src = { '../assets/icon2Cropped.png' } />
3232 < img alt = "Chronos Logo Mini" id = "miniLogo" src = { '../assets/pangolin.png' } />
33- < br />
34- < br />
35- < br />
3633 < Link className = "sidebar-link" to = "/" id = "home" >
3734 < HomeSharpIcon style = { { boxShadow : 'none' , width : '40px' , height : '40px' } } />
3835  Home
Original file line number Diff line number Diff line change 2020 margin-right: 30px;
2121} */
2222.sidebar-container : hover {
23- width : 200 px ;
23+ width : 210 px ;
2424}
2525.sidebar-container : hover .sidebar-link {
2626 width : 150px ;
5555# miniLogo {
5656 position : absolute;
5757 animation : twirl 20s infinite linear;
58- left : 7 px ;
58+ left : 12 px ;
5959 top : 35px ;
6060 height : 75px ;
6161 width : 75px ;
7474 transition : 900ms ;
7575}
7676
77- .container img {
78- margin-bottom : 1 px ;
77+ .sidebar img {
78+ margin-bottom : 100 px ;
7979}
8080
8181.sidebar-link {
8282 overflow : hidden;
8383 z-index : 1 ;
84- margin : 5px 0 ;
84+ margin : 5px 5 px ;
8585 padding : 1px 5px ;
8686 display : flex;
8787 align-items : center;
You can’t perform that action at this time.
0 commit comments