🐛 fix: add separate border-radius for bottom-right corner on macOS 26 Chrome (#11287)

* 🐛 fix: add separate border-radius for bottom-right corner on macOS 26 Chrome

Fix issue where the main container's bottom-right corner radius was not applied correctly on macOS 26 Chrome.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* 📝 docs(CLAUDE): add PR Linear Issue Association guidelines

Include a new section in CLAUDE.md outlining the requirement to use magic keywords in PR bodies for associating with Linear issues, enhancing clarity on issue tracking.

Signed-off-by: Innei <tukon479@gmail.com>

---------

Signed-off-by: Innei <tukon479@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Innei
2026-01-06 23:13:30 +08:00
committed by GitHub
parent 9c6d31af5c
commit 544931a9c6
6 changed files with 68 additions and 5 deletions

View File

@@ -78,6 +78,10 @@ When creating new Linear issues using `mcp__linear-server__create_issue`, **MUST
- Code review context
- Future reference and debugging
### PR Linear Issue Association (REQUIRED)
**When creating PRs for Linear issues, MUST include magic keywords in PR body:** `Fixes LOBE-123`, `Closes LOBE-123`, or `Resolves LOBE-123`
### IMPORTANT: Per-Issue Completion Rule
**When working on multiple issues (e.g., parent issue with sub-issues), you MUST update status and add comment for EACH issue IMMEDIATELY after completing it.** Do NOT wait until all issues are done to update them in batch.