Skip to content

fix(overview): let the summary row grow for the Receiver LED toggle - #184

Merged
snekxs merged 1 commit into
OpenMouse-Project:control-panelfrom
yanhenrique-dev:fix/overview-dongle-led-clip
Sep 6, 2026
Merged

fix(overview): let the summary row grow for the Receiver LED toggle#184
snekxs merged 1 commit into
OpenMouse-Project:control-panelfrom
yanhenrique-dev:fix/overview-dongle-led-clip

Conversation

@yanhenrique-dev

@yanhenrique-devyanhenrique-dev commented Sep 6, 2026

Copy link
Copy Markdown

Problem

On desktop the Overview summary row is locked to a fixed flex-basis (94px) with overflow:hidden. Battery and firmware cards fit in 3 lines, but the CONNECTION card grows a fourth line on Pulsar hardware (Receiver LED toggle) and the button renders clipped mid-button at the card's bottom edge. Reproduces in the Pulsar X2 V2 driver preview (dongleLedEnabled: true).

Changes

  • control.css: overview row flex-basis 94px/104px -> auto, keeping the min-heights. The row stays compact and grows only when a card needs it — same pattern .settings-grid already uses.

Verification

  • CSS braces balanced. Full suite in the working copy: 122/122 pass.

Before:
image

After:
image

The desktop overview row was locked to a fixed flex-basis (94px) with
overflow:hidden, so the CONNECTION card's fourth line — the Receiver
LED toggle on Pulsar hardware — was clipped mid-button. Basis auto
keeps the compact min-height look and grows only when a card needs it,
same pattern as .settings-grid.
@snekxs
snekxs merged commit a984a1b into OpenMouse-Project:control-panelSep 6, 2026
3 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@yanhenrique-dev@snekxs