Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
> 🦞 **最丝滑接入微信 OpenClaw**:扫码即连,开箱即用。
>
> 🖥 **已支持平台**:macOS(Apple Silicon)· macOS(Intel)· Windows — [立即下载](https://nexu.io)
>
> 🌟 **欢迎贡献**:第一次提交PR?查看我们的[贡献指南](https://docs.nexu.io/zh/guide/first-pr)开始你的开源之旅!

---

Expand Down
3 changes: 2 additions & 1 deletion apps/desktop/src/runtime-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,8 @@ body,
.update-card {
position: fixed;
bottom: 80px;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

✅ Perfect fix—right: 12px; left: auto; cleanly repositions without side effects. Consider box-shadow if needed for visual separation from sidebar.

left: 12px;
right: 12px;
left: auto;
z-index: 9000;
width: fit-content;
min-width: 220px;
Expand Down