electron / fiddle

:electron: 🚀 The easiest way to get started with Electron
https://electronjs.org/fiddle
MIT License
7.45k stars 692 forks source link

Titlebar does not resize responsively enough when resized horizonally #1274

Open codebytere opened 1 year ago

codebytere commented 1 year ago

When Fiddle's BrowserWindow width is shrunk past a certain point, items on the far right are cut off completely with no way to scroll to them:

Screenshot 2023-02-27 at 2 59 55 PM

We should either:

  1. Allow users to scroll to the cut-off items somehow
  2. Leverage media queries to restructure the title bar when it gets small enough
codewithmanas commented 1 year ago

Is the issue still there? I want to work on this.

erickzhao commented 1 year ago

@codewithmanas PRs are always welcome unless stated otherwise!