This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
hiding vertical white line on the right #244
Comments
hethhhhh
changed the title
hiding vertical scrollbar
hiding vertical white line on the right
Nov 9, 2017
@dos1 might be able to help, which OS are you using? |
Just adjust the margin, as the comment says. This line looks like 1 pixel wide, so -17px should do. |
Can you try adding the following to your userChrome.css file. This should darken the sidebar's border when using Firefox's dark theme. #main-window[lwthemetextcolor="bright"] .sidebar-splitter {
border-right-color: #0C0C0D !important;
} |
@Keith94 that worked, thanks; |
Likely this. Extensions can't modify interface things afaik. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using the CSS in the examples
I have an ugly white line which doesn't shrink
screenshot: https://i.imgur.com/w7v8oNP.png
The text was updated successfully, but these errors were encountered: