1.9.6.3
This commit is contained in:
parent
93aedd2a99
commit
7c47208f61
|
@ -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:'',
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue