Skip to content

Bug report: White dashed focus outline visible around the app window on OLED displays #486

Description

@mic621441-star

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:

  1. Install Stremio 5.0.21 on Windows 11
  2. Open the app on an OLED display
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions