Skip to content

Commit

Permalink
Merge pull request #69 from CS3219-AY2425S1/remove-buttons
Browse files Browse the repository at this point in the history
remove buttons used for dev testing
  • Loading branch information
Yongbeom-Kim authored Nov 13, 2024
2 parents 913370a + 8722423 commit 6a929e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
8 changes: 8 additions & 0 deletions peerprep/frontend/src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ h2 {
vertical-align: top;
text-align: left;
box-sizing: border-box;
word-wrap: break-word;
white-space: normal;
}

@media screen and (max-width: 768px) {
.question-table th, .question-table td {
font-size: 11px; /* Reduce font size for smaller screens */
}
}

.question-table tr:hover {
Expand Down
13 changes: 0 additions & 13 deletions peerprep/frontend/src/views/UserServiceViews/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ const Login = () => {
Don't have an account?
<p><Link to="/signup" className="link">Sign up here</Link></p>
</p>

<button
onClick={() => navigate("/questions")}
className="alt-btn"
>
Go to Question Management
</button>
<button
onClick={() => navigate("/collabFull/" + topic + "/" + difficulty + "/" + questionId + "/" + sessionId)}
className="alt-btn"
>
Go to Collab Stub
</button>
</div>
</div>
);
Expand Down

0 comments on commit 6a929e5

Please sign in to comment.