Skip to content

Commit 10a9e5c

Browse files
fix some text-alignment issues in game over modal
1 parent f340a53 commit 10a9e5c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/css/modal/root.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
7878
width: 100%;
7979

8080
div {
81-
&.para {
81+
&.move-count,
82+
&.para,
83+
&.bot-score {
8284
text-align: center;
8385

8486
&.highlighted {

assets/js/app/modals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Deckdle.modalOpen = async (type) => {
482482
<div class="share">
483483
<button class="game-over share" onclick="Deckdle._shareResults()">Share <i class="fa-solid fa-share-nodes"></i></button>
484484
</div>
485-
<div>
485+
<div class="bot-score">
486486
<button class="fa-solid fa-robot icon tiny solo" title="${botScoreDaily}" onclick="Deckdle.modalOpen('bot-score')"></button>
487487
</div>
488488
`

0 commit comments

Comments
 (0)