This commit is contained in:
libccy 2017-01-26 17:02:41 +08:00
parent 93aedd2a99
commit 7c47208f61
2 changed files with 10 additions and 1 deletions

View File

@ -55,7 +55,7 @@
}; };
var lib={ var lib={
configprefix:'noname_0.9_', configprefix:'noname_0.9_',
versionOL:14, versionOL:15,
sourceURL:'https://rawgit.com/libccy/noname/$version$/', sourceURL:'https://rawgit.com/libccy/noname/$version$/',
updateURL:'https://raw.githubusercontent.com/libccy/noname/$version$/', updateURL:'https://raw.githubusercontent.com/libccy/noname/$version$/',
assetURL:'', assetURL:'',

View File

@ -8,6 +8,9 @@
bottom:150px; bottom:150px;
height: 40px; height: 40px;
} }
#arena.phone #control{
bottom:160px;
}
#arena:not(.chess)>#me, #arena:not(.chess)>#me,
#arena:not(.chess)>#mebg, #arena:not(.chess)>#mebg,
#arena:not(.chess)>#autonode{ #arena:not(.chess)>#autonode{
@ -93,10 +96,16 @@
height:calc(100% - 280px); height:calc(100% - 280px);
bottom:80px; bottom:80px;
} }
#arena.phone.choose-character>.dialog{
bottom:93px;
}
#arena.choose-character>#control{ #arena.choose-character>#control{
bottom: 30px; bottom: 30px;
transition: all 0s; transition: all 0s;
} }
#arena.phone.choose-character>#control{
bottom: 43px;
}
.dialog.fullheight { .dialog.fullheight {
height: calc(100% - 123px) !important; height: calc(100% - 123px) !important;
top: 40px !important; top: 40px !important;