liriliri / eruda

Console for mobile browsers
https://eruda.liriliri.io
MIT License
18.66k stars 1.2k forks source link

`eruda.scale(x)` break the UI #307

Closed 14725 closed 1 year ago

14725 commented 1 year ago

Step to reproduce

  1. Load Eruda and init it.
  2. Run eruda.scale(x) where x != 0
  3. See the tab bar.

What happened?

The tab bar goes wrong. When x > 1, tab got seperated from the plane. When x < 1, the tab button was clipped.

reproducable with Eruda 2.11.2.

Here is an screenshot with Eruda 2.11.2 when x=3 Screenshot_20230220_003446

surunzi commented 1 year ago

Fixed in version 2.11.3