Skip to content

[pull] master from YOURLS:master#108

Merged
pull[bot] merged 1 commit intohulao6:masterfrom
YOURLS:master
Mar 5, 2026
Merged

[pull] master from YOURLS:master#108
pull[bot] merged 1 commit intohulao6:masterfrom
YOURLS:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 4, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Fix notice overlapping logo in admin panel

The `h1` element was using a hardcoded `height: 50px` which,
combined with its `float: right`, caused `div.notice` to
overlap the logo when shown after plugin activation or
deactivation. Block elements do not clear floats by default,
so the notice would render at the top of the collapsed header
rather than below it.

Two changes made to css/style.css:

- Remove `height: 50px` from `h1` so the header height is
  no longer artificially constrained to a fixed value.

- Add `clear: both` to `.notice` so it always starts below
  any preceding floated elements, directly preventing the
  overlap with the logo.

Fixes #3578
@pull pull bot added the ⤵️ pull label Mar 4, 2026
@pull pull bot merged commit 597031f into hulao6:master Mar 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant