betterbrowser / arcfox

Make firefox flow like arc
https://arcfox.vercel.app
MIT License
1.03k stars 33 forks source link

No round border on the right side of browser window? #6

Closed RangHo closed 1 year ago

RangHo commented 1 year ago

At the moment, there is no rounding on the right side. Is this intentional design choice? It kinda bugs me that the left and the right side is not balanced...

I currently have modified the userChrome.css file, and the diff out is shown below:

29a30,31
>   border-top-right-radius: 10px;
>   border-bottom-right-radius: 10px;
51c53
< }
\ No newline at end of file
---
> }

Anyways, thanks for the extension, and I look forward to the official v1.0 release!

Vincent-vst commented 1 year ago

yeah, i noticed this as well. Are you gonna submit a pull request ?

LuanderFarias commented 1 year ago

It's intentional. cause in windows i can't round the full window... so the right browser rounded looked a bit strange to me, but i can change it :)