Skip to content

收件箱侧边栏收起时竖向文字显示异常 #705

Description

@bakabird

问题描述

收件箱侧边栏收起时,会显示倒着的竖向「收件箱」三个字。

复现步骤

  1. 打开收件箱页面
  2. 点击侧边栏收起按钮
  3. 观察收起后的侧边栏

期望行为

收起的侧边栏不需要显示文字标签,因为:

  1. 当前 + 的组合导致中文字符倒置
  2. 收起状态的空间有限(44px),图标(PanelLeftOpen)已足够表达功能
  3. 移除文字可以使界面更简洁

建议

移除 中收起状态下的竖向文字标签:

// 移除这段代码
<span
  aria-hidden
  className="mt-3 select-none text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground [writing-mode:vertical-rl] rotate-180"
>
  {title}
</span>

相关文件

  • ui/src/components/PageSidebarLayout.tsx (第 212-217 行)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions