Skip to content

Commit

Permalink
Merge pull request #37 from JMU-CS/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ChrisMayfield authored Aug 6, 2024
2 parents 1ae4028 + 1b073bb commit f4917a8
Show file tree
Hide file tree
Showing 21 changed files with 1,453 additions and 796 deletions.
1 change: 1 addition & 0 deletions archive/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ main {
display: flex; /* Add this */
flex-direction: row; /* Add this */
flex-basis: 25%;
user-select: all;
}

.output {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3>Dr. Michael Stewart</h3>
const reportButton = document.querySelector('.report-button');

reportButton.addEventListener('click', function () {
window.open("https://docs.google.com/forms/d/e/1FAIpQLSeo2mUrrhNZejPch9UcQQDHWk5e6ql_xFfFSdS6oiaNA-Tk8Q/viewform?embedded=true", '_blank');
window.open("https://docs.google.com/forms/d/e/1FAIpQLSeo2mUrrhNZejPch9UcQQDHWk5e6ql_xFfFSdS6oiaNA-Tk8Q/viewform", '_blank');
})

praxlyButton.addEventListener('click', function () {
Expand Down
10 changes: 10 additions & 0 deletions public/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ body:not(.embed) #bottom-part {
flex-direction: row-reverse;
/* Add this */
flex-basis: 25%;
user-select: text;
}

.output {
Expand All @@ -554,6 +555,15 @@ body:not(.embed) #bottom-part {
color: red;
}

.stderr a {
color: skyblue;
}

.stderr a:active,
.stderr a:hover {
color: white;
}

/* not sure where any of this goes */

.menuButtons {
Expand Down
Loading

0 comments on commit f4917a8

Please sign in to comment.