Skip to content

Commit

Permalink
sidebar reconfigured
Browse files Browse the repository at this point in the history
  • Loading branch information
IremToroslu committed May 15, 2021
1 parent dfc0e2a commit b4b57a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-2018.css" />
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-2019.css" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/header/HeaderComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function HeaderComponent() {
}

return (
<Row className={classes.container} style={{background: theme.uniformStyle.color.secondaryBackgroundColor, marginLeft:-15,marginTop:-30,height:50}} vertical='center' horizontal='space-between'>
<Row className={classes.container} style={{background: theme.uniformStyle.color.secondaryBackgroundColor,marginTop:-30,marginLeft:-30,height:50}} vertical='center' horizontal='space-between'>
<span className={classes.title} style={{marginLeft:10, fontSize:20,marginTop:10}}>{title}</span>

<Row vertical='center'>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/sidebar/SidebarComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import logo from 'assets/logo/LogoCarbonteam.png';
* @author Martin Wagner
*/


const useStyles = createUseStyles({
separator: {
borderTop: ({ theme }) => `1px solid ${theme.color.lightGrayishBlue}`,
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/routes/PrivateSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ const useStyles = createUseStyles({
minHeight: 850
},
mainBlock: {
marginLeft: 255,
padding: 30,
marginLeft: 225,
marginTop:30,
padding: 0,
'@media (max-width: 1080px)': {
marginLeft: 0
}
Expand Down

0 comments on commit b4b57a7

Please sign in to comment.