diff options
Diffstat (limited to 'usr/share/swiftstory/www/swiftstory-mobile.html')
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-mobile.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/share/swiftstory/www/swiftstory-mobile.html b/usr/share/swiftstory/www/swiftstory-mobile.html index a0407d4..ed5c849 100644 --- a/usr/share/swiftstory/www/swiftstory-mobile.html +++ b/usr/share/swiftstory/www/swiftstory-mobile.html @@ -23,10 +23,10 @@ <button id="join-btn" class="bottom" hidden>Join game!</button> </div> <div id="game" class="page"> + <div class="card-list read-only"> + <button id="black-card" class="card black"></button> + </div> <div data-state="judge-collect"> - <div class="card-list read-only"> - <button id="black-card" class="card black"></button> - </div> <div class="message">You have <span id="played-card-number">0</span> cards!</div> </div> <div id="white-cards" class="card-list read-only" disabled='disabled'></div> |