Skip to content

Commit

Permalink
Minor CSS improvements to graph (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jai0212 authored Jan 27, 2025
1 parent 0fbd133 commit 6beaebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- Reorganized `.cabal` file
- Added coverage report to test suite
- Added test cases for the retrieveCourse function in `Controllers/Course`
- Fixed CSS issues: modal padding, "and/or" centering, and FCE Count arrow alignment

## [0.6.0] - 2024-06-24

Expand Down
7 changes: 5 additions & 2 deletions style/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ a:active {
justify-content: space-evenly;
line-height: 1.8em;
padding: 0;
padding-left: 25px;
text-align: left;
}

Expand Down Expand Up @@ -336,6 +335,7 @@ ol {
box-shadow: 0 0 30px;
height: 550px;
overflow-y: auto;
padding: 12px 30px;
position: absolute;
width: 1000px;
}
Expand Down Expand Up @@ -523,7 +523,9 @@ div.sidebar.collapsed {
background-color: #5c497e;
border-radius: 10px;
cursor: pointer;
display: flex;
height: 15px;
justify-content: center;
margin-left: 70px;
margin-top: -5px;
width: 30px;
Expand Down Expand Up @@ -763,7 +765,7 @@ div.sidebar.collapsed {
height: 30px;
justify-content: center;
margin-bottom: 10px;
margin-right: 20px;
margin-left: 20px;
margin-top: 10px;
width: 50px;
}
Expand Down Expand Up @@ -978,6 +980,7 @@ g.bool > text {
font-weight: bold;
stroke: none;
text-anchor: middle;
transform: translateY(-0.23em);
}

path {
Expand Down

0 comments on commit 6beaebf

Please sign in to comment.