Skip to content

Commit

Permalink
make graph area larger
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahBitar committed Jul 5, 2024
1 parent cb25590 commit 0c0a682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/pages/MainPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body {
padding: 16px;
height: 100%;
overflow: hidden;
width: 10%;
}

circle:hover {
Expand Down Expand Up @@ -94,4 +95,8 @@ circle:hover {
.graph-container{
height: 400px;
}

.text-input {
width: 100%;
}
}
2 changes: 1 addition & 1 deletion src/pages/controls.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.controls {
width: 400px;
width: 23%;
background-color: #ffffff;
border: 1px solid #ddd;
padding: 20px;
Expand Down

0 comments on commit 0c0a682

Please sign in to comment.