This commit is contained in:
libccy 2016-07-11 15:55:54 +08:00
parent b11567568b
commit 1507487a6b
1 changed files with 1 additions and 1 deletions

View File

@ -18875,7 +18875,7 @@
active._link.remove();
}
this.classList.add('active');
if(game.deviceZoom!=1){
if(game.deviceZoom!=1&&lib.config.layout=='phone'){
menuTabBar.style.left=(this.offsetLeft/game.documentZoom)+'px';
}
else{