Skip to content

fix(leetcode): update styles for UI changes - #44

Merged
juliamertz merged 3 commits into
rose-pine:mainfrom
jenishboricha:fix/leetcode-update
Aug 27, 2026
Merged

fix(leetcode): update styles for UI changes#44
juliamertz merged 3 commits into
rose-pine:mainfrom
jenishboricha:fix/leetcode-update

Conversation

@jenishboricha

Copy link
Copy Markdown
Contributor

Summary

  • Fixed broken workspace and panel selectors caused by recent LeetCode UI updates.
  • Cleaned up navbar utility icons, flat tabs, and FlexLayout dock borders.
  • Unified editor, status bar, and footer backgrounds.
  • Pruned styling overrides across unused pages.

@juliamertz juliamertz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Some minor issues, otherwise LGTM

Comment on lines -12 to -13
@var select lightVariant "Light Variant" ["dawn:Rosé Pine Dawn*", "main:Rosé Pine", "moon:Rosé Pine Moon"]
@var select darkVariant "Dark Variant" ["main:Rosé Pine*", "moon:Rosé Pine Moon", "dawn:Rosé Pine Dawn"]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please keep all variants for both light and dark, otherwise this would break the import list generation

Comment thread styles/leetcode/rose-pine.user.less Outdated
Comment on lines +415 to +424
/* Premium Buttons */
a[href="/subscribe/?ref=lp_pl&source=qd"],
a[href="/subscribe/?ref=lp_pl&source=ot"],
a[href*="/subscribe/?ref=qd3_cs&slug="] {
display: none;
}

a[href="/subscribe?ref=nb_npl&source=nav-icon"] svg {
display: none;
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you make hiding these buttons opt-in? We already do the same thing for the proton theme

@jenishboricha

Copy link
Copy Markdown
Contributor Author

Restored all theme variants for light and dark settings and made premium button hiding opt-in via @var checkbox hidePremium.

@juliamertz
juliamertz merged commit fe1b7de into rose-pine:main Aug 27, 2026
1 check passed
@juliamertz

Copy link
Copy Markdown
Member

Thank you!

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