pulse-browser / browser

Pulse Browser: An experimental firefox fork
https://pulsebrowser.app/
Mozilla Public License 2.0
773 stars 46 forks source link

missing Sidebar spilitter border #230

Closed surapunoyousei closed 1 year ago

surapunoyousei commented 1 year ago

The current Splitter breaks the design with white lines. It can be deleted.

plz add this CSS (I thought about submitting a patch with a pull request, but I didn't know how to use the tool, so I apologize for the issue)

#verticaltabs-splitter {
  border: solid 1px var(--tab-selected-bgcolor, var(--toolbar-bgcolor));
}

before: image

after: image

surapunoyousei commented 1 year ago

I'll let you know if I find any other issues and fix them