Skip to content
dsh.fish
Bundle

dsh-settings-nav-scroll

Adds a visible vertical scrollbar to the DSH settings navigation when its sections exceed the viewport.

Source
luxi233
stars
1 stars
License
MIT
Updated
Updated yesterday

Readme

# DSH Settings Navigation Scroll

为 DSH Web 设置弹窗左侧导航增加纵向滚动能力。当安装的插件较多、设置分区超出视口时,导航栏会显示细滚动条,所有设置入口都可滚动访问。

Adds vertical scrolling to the left navigation of the DSH Web settings dialog. When installed plugins create more settings sections than fit in the viewport, every entry remains reachable through a visible scrollbar.

## 特点

- 仅作用于 `[role="dialog"] nav` 中包含按钮的设置导航。
- 使用宿主主题变量,兼容明暗主题。
- 不修改 DSH 核心文件,停用或卸载插件后样式自动移除。
- 同时支持 Chromium/WebKit 和 Firefox 的滚动条样式。

## 安装

```powershell
dsh plugin --profile web add github:luxi233/dsh-settings-nav-scroll
```

安装后重启 DSH Web,并刷新浏览器页面。

Restart DSH Web after installation, then refresh the browser page.

## 验证

```powershell
npm test
npm run check
```

## 卸载

```powershell
dsh plugin --profile web remove dsh-settings-nav-scroll
```

## License

MIT

Install

dsh plugin --profile web add github:luxi233/dsh-settings-nav-scroll#39316def6f943c2a2091a3ed4908f7918ecf155e

Profile: web

Source