Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpage corners not rounded with uc.tweak.rounded-corners #473

Open
princess-wawa opened this issue Oct 20, 2024 · 1 comment
Open

Webpage corners not rounded with uc.tweak.rounded-corners #473

princess-wawa opened this issue Oct 20, 2024 · 1 comment

Comments

@princess-wawa
Copy link

Describe the bug
The corners of the webpage are straight while the box they're in has rounded corners, as you can see here
Screenshot From 2024-10-20 17-51-37

To Reproduce
Steps to reproduce the behavior:

  1. Install a userchrome.css that has rounded corners on the webpage part of the browser, or you can just turn the value of uc.tweak.rounded-corners to true in about:config
  2. go to the regular new tab with the extension installed or to https://online.bonjourr.fr
  3. you should see the corners sticking out of the webpage window

Expected behavior
the edges of the new tab page shouldn't stick out of the webpage window

Screenshots
I've managed to find what caused the issue, it's this CSS line:
Screenshot From 2024-10-20 17-45-12
as you can see, when disabled
Screenshot From 2024-10-20 17-45-28

this is with everything else removed, but you can also see that it behaves the same with the full page shown
Screenshot From 2024-10-20 17-49-29
Screenshot From 2024-10-20 17-49-42

the closest I've been able to get it working without making the corners look like that is by changing the blur to a background-color: rgba(255, 255, 255, 0.2);
image

Device (please complete the following information):

  • OS: Arch Linux x86_64
  • Browser: Firefox
  • Version: 131.0.3
@victrme
Copy link
Owner

victrme commented Oct 21, 2024

Hi @princess-wawa, this is a very specific issue 😮

I don't think we will work on it for now since it is currently only a userchrome.css tweak.

What you can do is disable the backdrop-filter in your custom CSS option, but that is it for now !

@victrme victrme changed the title FIREFOX: Corners of the background not getting rounded despite the webpage container having rounded corners Background corners not rounded despite the webpage container having rounded corners Oct 21, 2024
@victrme victrme moved this to Not planned in Bonjourr Roadmap ⛅ Oct 21, 2024
@victrme victrme changed the title Background corners not rounded despite the webpage container having rounded corners Webpage corners not rounded with uc.tweak.rounded-corners Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Not planned
Development

No branches or pull requests

2 participants