bmFtZQ / edge-frfox

A Firefox userChrome.css theme that aims to recreate the look and feel of Microsoft Edge.
MIT License
689 stars 37 forks source link

how to remove sideberry border #152

Open Aneeqasif opened 3 months ago

Aneeqasif commented 3 months ago

Description

i update the code , but now my sideberry has a thin border around it. I am using rounded corner tweak

Include screenshot / video recording if possible. image

Configuration

bmFtZQ commented 2 months ago

The uc.tweak.theme.sidebery option enables the borderless Sidebery appearance. If you want to remove the shadow around the Sidebery window without using the Sidebery theme, you can disable it by removing or commenting this line in userContent.css:

@import url("tweaks/sidebery.css") (-moz-bool-pref: "uc.tweak.theme.sidebery");