Closed InternetNutzer closed 7 months ago
Describe the bug Going into fullscreen leaves you with a white border, which can be distracting when watching videos that are rather dark
To Reproduce Steps to reproduce the behavior:
Expected behavior The border to be removed when watching in fullscreen
Screenshots https://i.imgur.com/Pokfj2S.png
Desktop:
Additional context I've noticed this code snippet, which seems like it was supposed to be a workaround for this exact problem, but I was still experiencing the border
/*remove 1px window border in fullscreen*/ :root[inFullscreen]#main-window::before { opacity: 0 !important; }
love your rice, keep up the good work <3
Describe the bug Going into fullscreen leaves you with a white border, which can be distracting when watching videos that are rather dark
To Reproduce Steps to reproduce the behavior:
Expected behavior The border to be removed when watching in fullscreen
Screenshots https://i.imgur.com/Pokfj2S.png
Desktop:
Additional context I've noticed this code snippet, which seems like it was supposed to be a workaround for this exact problem, but I was still experiencing the border
love your rice, keep up the good work <3