Skip to content

Commit

Permalink
PR comments- Mike
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaPrahoveanu-SL committed Dec 4, 2024
1 parent 4a53d48 commit b0b8ee9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"classnames": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.6"
"react-markdown": "^9.0.1"
}
}
13 changes: 10 additions & 3 deletions frontend/src/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
display: flex;
flex-direction: column;
justify-content: flex-start;
position: relative;
}

.sidepanel {
Expand All @@ -50,17 +51,23 @@
align-items: center;
justify-content: space-between;
height: 56px;
margin: -16px;
padding-left: 24px;
padding-left: 32px;
padding-right: 24px;
position: absolute;
top: 0;
left: 0;
right: 0;
}

.close_container h1 {
font-size: 24px;
font-weight: bold;
margin: 0;
flex-grow: 1;
}

.custom_hr {
margin: 18px -24px 12px -24px;
margin: 32px -24px 12px -24px;
border: none;
height: 1px;
background-color: var(--grey-200);
Expand Down

0 comments on commit b0b8ee9

Please sign in to comment.