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;