This commit is contained in:
parent
b11567568b
commit
1507487a6b
|
@ -18875,7 +18875,7 @@
|
||||||
active._link.remove();
|
active._link.remove();
|
||||||
}
|
}
|
||||||
this.classList.add('active');
|
this.classList.add('active');
|
||||||
if(game.deviceZoom!=1){
|
if(game.deviceZoom!=1&&lib.config.layout=='phone'){
|
||||||
menuTabBar.style.left=(this.offsetLeft/game.documentZoom)+'px';
|
menuTabBar.style.left=(this.offsetLeft/game.documentZoom)+'px';
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Reference in New Issue