From 7c47208f61abcb157099a730cbb4c500061c4a8b Mon Sep 17 00:00:00 2001 From: libccy Date: Thu, 26 Jan 2017 17:02:41 +0800 Subject: [PATCH] 1.9.6.3 --- game/game.js | 2 +- layout/long2/layout.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index c09483441..0015909b5 100644 --- a/game/game.js +++ b/game/game.js @@ -55,7 +55,7 @@ }; var lib={ configprefix:'noname_0.9_', - versionOL:14, + versionOL:15, sourceURL:'https://rawgit.com/libccy/noname/$version$/', updateURL:'https://raw.githubusercontent.com/libccy/noname/$version$/', assetURL:'', diff --git a/layout/long2/layout.css b/layout/long2/layout.css index adaec26bf..62937e5f6 100644 --- a/layout/long2/layout.css +++ b/layout/long2/layout.css @@ -8,6 +8,9 @@ bottom:150px; height: 40px; } +#arena.phone #control{ + bottom:160px; +} #arena:not(.chess)>#me, #arena:not(.chess)>#mebg, #arena:not(.chess)>#autonode{ @@ -93,10 +96,16 @@ height:calc(100% - 280px); bottom:80px; } +#arena.phone.choose-character>.dialog{ + bottom:93px; +} #arena.choose-character>#control{ bottom: 30px; transition: all 0s; } +#arena.phone.choose-character>#control{ + bottom: 43px; +} .dialog.fullheight { height: calc(100% - 123px) !important; top: 40px !important;