Version: 5.0.21 (Windows 11)
Display: OLED monitor
Description:
There is a permanent white dashed outline/border visible around the entire perimeter of the Stremio window. It appears to be a CSS outline or border style applied to a root element in the web UI.
On OLED displays this is a critical issue — the white pixels burn constantly around the entire screen perimeter, which causes visible wear and is extremely distracting in a dark room.
The outline is always visible, even when the app is idle. It does not disappear on click or any interaction.
Steps to reproduce:
- Install Stremio 5.0.21 on Windows 11
- Open the app on an OLED display
- White dashed border is visible around the entire window perimeter
Expected behavior:
No outline or border around the app window.
Possible fix:
Adding * { outline: none !important; } to the root CSS should resolve the issue.
Impact: High — causes permanent OLED pixel stress on every launch.
Version: 5.0.21 (Windows 11)
Display: OLED monitor
Description:
There is a permanent white dashed outline/border visible around the entire perimeter of the Stremio window. It appears to be a CSS
outlineorborderstyle applied to a root element in the web UI.On OLED displays this is a critical issue — the white pixels burn constantly around the entire screen perimeter, which causes visible wear and is extremely distracting in a dark room.
The outline is always visible, even when the app is idle. It does not disappear on click or any interaction.
Steps to reproduce:
Expected behavior:
No outline or border around the app window.
Possible fix:
Adding
* { outline: none !important; }to the root CSS should resolve the issue.Impact: High — causes permanent OLED pixel stress on every launch.