Issue:
On YouTube videos everything is fine, on local ones there is a padding and an additional scrollbar.
Partial solution:
On line 14898 in the CSS you have to take "padding: 1.6rem" out of the code!
.contentpane {
padding: 0; }
.contentpane .item-page {
/* padding: 1.6rem; */ }
.contentpane .page-header {
padding-right: 9.6rem; }
.contentpane .page-header h2 {
font-size: 1.2rem; }
The additional scrollbar is a nightmare, its do not want to get away! See picture attached.
If you click on all other videos to play, you will see there is no additional scrollbar - just on the one thats not on Youtube! And please be so kind and change this BUG in the CSS line 14898, its not nice to have padding around selfhosted videos.