We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f340a53 commit 10a9e5cCopy full SHA for 10a9e5c
assets/css/modal/root.css
@@ -78,7 +78,9 @@
78
width: 100%;
79
80
div {
81
- &.para {
+ &.move-count,
82
+ &.para,
83
+ &.bot-score {
84
text-align: center;
85
86
&.highlighted {
assets/js/app/modals.js
@@ -482,7 +482,7 @@ Deckdle.modalOpen = async (type) => {
482
<div class="share">
483
<button class="game-over share" onclick="Deckdle._shareResults()">Share <i class="fa-solid fa-share-nodes"></i></button>
484
</div>
485
- <div>
+ <div class="bot-score">
486
<button class="fa-solid fa-robot icon tiny solo" title="${botScoreDaily}" onclick="Deckdle.modalOpen('bot-score')"></button>
487
488
`
0 commit comments