OSD600 4.0 Telescope update
In the week, I fixed one external issue and keep working on the internal issue. External: AncientBeast is a website game that you can play on you laptop and your phone I fixed an issue for UI from a game. Below is how the page looks like in website. As we can see, there is padding in left and right side. Here is the web looks like in phone. As we can see, the is no left and right padding. As the member for this project, he/she wants the page looks the same whatever it's in desktop or phone. Issue: No div side padding Pull request: Fix issue#97 removed padding Conclusion: This project is using php to build it. They use nvm (Node Version Manager). When I decided to fix this issue, I was thinking it was not different issue. Just change padding to 0 should be work. However, after I stepped into the project, problem came out. They use iframe. I cannot just remove padding cause they didn't set up the padding, They limit the size of the iframe. I need to rest the wi...