Rutuj-Runwal / RR-Adblocker

A browser extension that blocks ads and trackers to make your web surfing faster and safer.
https://rutuj-runwal.github.io/RRAdblocker/
GNU General Public License v3.0
31 stars 31 forks source link

⚒ Popup UI not taking full screen in Mobile View #60

Closed Rutuj-Runwal closed 2 years ago

Rutuj-Runwal commented 2 years ago

Description

The popup of the extension is not taking the full screen in Mobile browsers that support extension.

This responsiveness bug is on mobile only. Adding some mediaqyeries should fix the issue

New to the project?

Check out the getting started guide: https://bit.ly/rr-gettingStarted

Screenshots

Popup not displayed properly in mobile view.

Popup issue in mobile view

Browsers

No response

Jozefik commented 2 years ago

Hello, is this issue free ? I can work on it.

Rutuj-Runwal commented 2 years ago

Hello, is this issue free ? I can work on it.

Yes sure Don't forget to go through the getting started guide

Jozefik commented 2 years ago

Is this how you wanted it ?

image

Rutuj-Runwal commented 2 years ago

Is this how you wanted it ?

image

Yes that is exactly it. Amazing job May I know how you imported your own compiled version into the mobile browser?

Jozefik commented 2 years ago

Okay, i will make PR.

I'm using Visual Studio Code with plugin called Live Server. You just open .html page with that and when you are on same network with mobile phone, you have to open IP of computer with port (5500) and you can see live preview of code.

Rutuj-Runwal commented 2 years ago

Okay, i will make PR.

I'm using Visual Studio Code with plugin called Live Server. You just open .html page with that and when you are on same network with mobile phone, you have to open IP of computer with port (5500) and you can see live preview of code.

Thanks for the info Sure waiting for your PR