Skip to content

Commit

Permalink
Change actions class name to modal-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyMineshaft committed Oct 29, 2023
1 parent 770c5c1 commit d2def58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/components/AnnulQueueModal/AnnulQueueModal.styl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
width: 85%;
}

.actions, .close {
margin: 0 20px;
.modal-actions, .close {
margin: 0 0px;
}

.strikethrough {
Expand Down
7 changes: 1 addition & 6 deletions src/components/AnnulQueueModal/AnnulQueueModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export function AnnulQueueModal({
</div>

<div className="button-bar">
<div className="actions">
<div className="modal-actions">
<button className="next-btn" onClick={goToNextGame}>
Next
</button>
Expand All @@ -359,11 +359,6 @@ export function AnnulQueueModal({
}
}}
>{`Annul Games(${validGameIds.length})`}</button>
{forDetectedAI && (
<button className="false-pos-btn" onClick={markFalsePositive}>
Mark False Positive
</button>
)}
</div>
<div className="gamelist-nav">
<div className="nav-wrapper">
Expand Down

0 comments on commit d2def58

Please sign in to comment.