File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1- $icon-size : 25 px ;
1+ $icon-size : 16 px ;
22
33.subMenu {
44 // position: absolute;
@@ -24,7 +24,7 @@ $icon-size: 25px;
2424 gap : 7px ;
2525 align-items : center ;
2626 padding-left : 20px ;
27- font-size : 18 px ;
27+ font-size : 16 px ;
2828 // >div {
2929 // align-items: center;
3030 // flex-shrink: 0;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $size-columns: 200px;
44
55.wrapper {
66 display : grid ;
7- grid-template-columns : $size-columns minmax ($size-columns , calc ( 62 % - $size-columns ) );
7+ grid-template-columns : $size-columns minmax ($size-columns , 1 fr );
88 grid-template-rows : 1fr ;
99 justify-content : center ;
1010
@@ -25,6 +25,7 @@ $size-columns: 200px;
2525
2626 > :nth-child (2 ) {
2727 left : -2px ;
28+ margin-right : -2px ;
2829 position : relative ;
2930 overflow-x : auto ;
3031 }
Original file line number Diff line number Diff line change 11import { Outlet } from 'react-router-dom' ;
22import { Helmet } from 'react-helmet' ;
3+ import { MainContainer } from 'src/components' ;
34import SettingsMenu from './SettingsMenu/SettingsMenu' ;
45import styles from './Layout.module.scss' ;
56
67function Layout ( ) {
78 return (
8- < div className = { styles . wrapper } >
9- < Helmet >
10- < title > setting | cyb</ title >
11- </ Helmet >
9+ < MainContainer >
10+ < div className = { styles . wrapper } >
11+ < Helmet >
12+ < title > setting | cyb</ title >
13+ </ Helmet >
1214
13- < SettingsMenu />
15+ < SettingsMenu />
1416
15- < Outlet />
16- </ div >
17+ < Outlet />
18+ </ div >
19+ </ MainContainer >
1720 ) ;
1821}
1922
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const getMenuItems = () => {
3939 {
4040 name : 'Particles' ,
4141 to : '/particles' ,
42- icon : require ( './images/horizontal-traffic-light .png' ) ,
42+ icon : require ( './images/tag@2x .png' ) ,
4343 } ,
4444 {
4545 name : 'Stats' ,
You can’t perform that action at this time.
0 commit comments