Skip to content

I fixed a few bugs#102

Open
FlyHappily123 wants to merge 2 commits into
mainfrom
new
Open

I fixed a few bugs#102
FlyHappily123 wants to merge 2 commits into
mainfrom
new

Conversation

@FlyHappily123

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings January 28, 2026 09:33
@FlyHappily123 FlyHappily123 changed the title I fixed a little bugs I fixed a fill bugs Jan 28, 2026
@FlyHappily123 FlyHappily123 changed the title I fixed a fill bugs I fixed a few bugs Jan 28, 2026
@FlyHappily123

Copy link
Copy Markdown
Collaborator Author

不是

@FlyHappily123

Copy link
Copy Markdown
Collaborator Author

手抖成啥了

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the O2 Luogu userstyle with small scope/selector adjustments and site-specific tweaks.

Changes:

  • Bumps the userstyle version to 2.3.0.23.
  • Broadens the global @-moz-document scope to cover all *.luogu.com(.cn) subdomains.
  • Adjusts header/footer background selectors, adds team route to the “new bar” scope, and adds a couple of class.luogu.com style overrides.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread O2luogu-userstyle.styl
Comment on lines +2484 to 2485
.main-container > .wrapped.lfe-body:not(.tiny)
background: Header-bg-color !important if !Anti-HeaderFooter

Copilot AI Jan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The “页首修改” rule no longer targets .main-container > header.theme-bg (it used to), so Header-bg-color won’t apply to the actual header unless the separate header-animation/optimize logic happens to run. This looks like a functional regression for users with Better-Header-ani/Header-Optimize disabled. Consider restoring a selector for header.theme-bg (and/or the header .background element) so the header background is consistently themed when !Anti-HeaderFooter.

Suggested change
.main-container > .wrapped.lfe-body:not(.tiny)
background: Header-bg-color !important if !Anti-HeaderFooter
.main-container > .wrapped.lfe-body:not(.tiny),#app .main-container > header.theme-bg
background: Header-bg-color !important if !Anti-HeaderFooter
if !Anti-HeaderFooter
& .background
background: none !important

Copilot uses AI. Check for mistakes.
Sign up for free to 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