diff --git a/web/gameCore.js b/web/gameCore.js index 20333bb..626668b 100644 --- a/web/gameCore.js +++ b/web/gameCore.js @@ -255,7 +255,7 @@ $('#skip').click(function() { $('#giveup').click(function() { dialog.children(".header").html('你放棄人生了,SAD'); - dialog.children(".content").html('

'+eneName+'

'+curName+'

'); + dialog.children(".content").html('
'); dialog.children(".actions").html(''); timerInitialize(); // also remember to stop the timer modalOpen(); diff --git a/web/gameUI.css b/web/gameUI.css index 5e4c67d..df5f2d3 100644 --- a/web/gameUI.css +++ b/web/gameUI.css @@ -71,7 +71,7 @@ label { max-height: 60vh; overflow-y: scroll; } -.modal .content img { +.modal .content > img { width: 100%; } p.result.name { diff --git a/web/thinking.png b/web/thinking.png new file mode 100644 index 0000000..8668c11 Binary files /dev/null and b/web/thinking.png differ