ColinDuquesnoy / MellowPlayer

Moved to gitlab
https://gitlab.com/ColinDuquesnoy/MellowPlayer
GNU General Public License v2.0
234 stars 23 forks source link

Option to hide/change scrollbar. #285

Open Ikkevoid opened 6 years ago

Ikkevoid commented 6 years ago

Scrollbars look ugly for me, is there an option to hide them, or change style of them with css, so it's more native to the streaming platform used?

ColinDuquesnoy commented 6 years ago

The scrollbar are coming from the QtWebEngine/Chromium backend, they most likely use the native rendering style. There is an option to hide them but only with Qt > 5.10. We could expose that option in the settings if MellowPlayer is build with a version of Qt that suports that option.

There seems to be a way to customize them with with a user script that override some CSS properties (example coming from https://stackoverflow.com/questions/47034298/how-to-resize-width-of-scrollbar-in-webengineview)

::-webkit-scrollbar {
  width: 40px;
}
ColinDuquesnoy commented 5 years ago

This issue has been moved to our new gitlab issue tracker.

The github repository will be archived soon and this issue will become read-only. We suggest you continue the discussion and follow the progress on this issue at gitlab.