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

The border-radius doesn't work on many websites (e.g., react.dev, tailwindcss.com).. #10

Closed
asadmash opened this issue Mar 31, 2024 · 1 comment

Comments

@asadmash
Copy link

hey @soulhotel, Just figured something out. The border-radius doesn't work on many websites (e.g., react.dev, tailwindcss.com)..

Screenshot 2024-03-31 142955

Originally posted by @asadmash in #9 (comment)

@soulhotel
Copy link
Owner

Fixed in 1.6.6, uploading now and see the update log.
Screenshot_3

Youve made a lot of edits to the theme, save those edits so you can put them back in.
Or you can just make the changes in the file by going to all-global-positioning-S.css (or XS/L whichever you use)

use ctrl+f to find or go to line 130:

#main-window
#tabbrowser-tabpanels { browser[type] {

and add outline: 4px solid var(--toolbar-bgcolor);

should look like this

#main-window
#tabbrowser-tabpanels { browser[type] {
border-radius: var(--uc-all-border-radius) !important;
margin: var(--uc-all-margins) !important;
outline: 4px solid var(--toolbar-bgcolor);
}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants