Open Loskir opened 5 months ago
I don't really like how content shadow looks in light theme
After playing around with firefox inspector, I found a few solutions:
Set box-shadow: none!important on .browserStack. This leaves only the border which fits nicely with the url bar
box-shadow: none!important
.browserStack
Remove --af shadow and border, leaving only var(--uc-tweak-rounded-corners-shadow). It also looks better
--af
var(--uc-tweak-rounded-corners-shadow)
Maybe we can add some of these options under a feature flag? I can make a PR if you like
Amazing project by the way, I really appreciate it
I don't really like how content shadow looks in light theme
After playing around with firefox inspector, I found a few solutions:
Set
box-shadow: none!important
on.browserStack
. This leaves only the border which fits nicely with the url barRemove
--af
shadow and border, leaving onlyvar(--uc-tweak-rounded-corners-shadow)
. It also looks betterMaybe we can add some of these options under a feature flag? I can make a PR if you like
Amazing project by the way, I really appreciate it