lbry-desktop/ui
infiinte-persistence c9831d1949 Customize scrollbar to fit the theme colors
## Issue
4727: Sidebar's transient scrollbar doesn't fit in the Dark Theme

## Approach
The 'webkit' API works on Chrome, but Firefox ignores it and uses it's own fancy scrollbar when 'webkit' is used (can't seem to change any properties). It's better than the current look, but still doesn't fit our theme, plus it makes the product look different on different browsers.

Firefox now supports the new 'scrollbar' API, so we can now tweak the scrollbar, but the API only provides limited attributes.

Don't wanna complicate things by using Javascript, so we'll use Firefox's limited attributes as the common denominator and just live with a plain, rectangle scroll bar BUT with better color to match the theme.
2020-11-23 11:00:41 -05:00
..
component fix LbcMessage for ranges with decimals 2020-11-20 12:01:16 -05:00
constants cleanup from last PR 2020-11-13 15:54:00 -05:00
effects new layout 🕺 2020-09-29 17:12:32 -04:00
modal hack together a thumbnail message on the channel page 2020-11-19 13:33:37 -05:00
page remove down message for creator analytics 2020-11-20 18:28:39 -05:00
redux enable 'discover' page for everyone 2020-11-16 14:11:52 -05:00
scss Customize scrollbar to fit the theme colors 2020-11-23 11:00:41 -05:00
util delete util/homepage 2020-11-11 10:47:47 -05:00
analytics.js enable 'discover' page for everyone 2020-11-16 14:11:52 -05:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
i18n.js return early for undefined i18n messages 2020-10-19 23:54:32 -04:00
index.jsx new layout 🕺 2020-09-29 17:12:32 -04:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
reducers.js sync reducer stuff 2020-10-27 10:17:11 -04:00
rewards.js new lbc icon 2020-09-29 17:12:32 -04:00
store.js move splash animation out of settings 2020-11-09 13:37:51 -05:00