Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

hiding vertical white line on the right #244

Closed
hethhhhh opened this issue Nov 9, 2017 · 6 comments
Closed

hiding vertical white line on the right #244

hethhhhh opened this issue Nov 9, 2017 · 6 comments

Comments

@hethhhhh
Copy link

hethhhhh commented Nov 9, 2017

When using the CSS in the examples

#tablist {
  margin-right: -16px; /* Value from KDE's Breeze theme; adjust as needed */
  transition: margin-right 0s 1s;
}

#tablist:hover {
  margin-right: 0px;
  transition: margin-right 0s 4s;
} 

I have an ugly white line which doesn't shrink

screenshot: https://i.imgur.com/w7v8oNP.png

@hethhhhh hethhhhh changed the title How to hide vertical scrollbar hiding vertical scrollbar Nov 9, 2017
@hethhhhh hethhhhh changed the title hiding vertical scrollbar hiding vertical white line on the right Nov 9, 2017
@eoger
Copy link
Owner

eoger commented Nov 14, 2017

@dos1 might be able to help, which OS are you using?

@dos1
Copy link
Contributor

dos1 commented Nov 14, 2017

Just adjust the margin, as the comment says. This line looks like 1 pixel wide, so -17px should do.

@hethhhhh
Copy link
Author

@eoger I don't believe it's OS related, but how should I know. it's win8.1x64 with dark (dev) theme

@dos1 I tried that of course, it's not working. appears to be some other element, but for the life of me couldn't figure out how to shrink it.

@Keith94
Copy link

Keith94 commented Nov 16, 2017

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;
}

@hethhhhh
Copy link
Author

hethhhhh commented Jan 4, 2018

@Keith94 that worked, thanks;
is it possible this to be in the extension in some way? or there is no API for changing that

@Keith94
Copy link

Keith94 commented Jan 5, 2018

there is no API for changing that

Likely this. Extensions can't modify interface things afaik.

@eoger eoger closed this as completed Mar 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants