jackuh105/dsh-mobile-ui
jackuh105★ 0JavaScript最后同步: 2026-08-15
Responsive mobile CSS plugin for DeepSeek Harness (dsh): turns the web settings panel into a full-screen sheet with a top tab bar and pinned close button on small screens.
README 摘要
dsh-mobile-ui English 繁體中文 Responsive CSS override plugin for the DeepSeek Harness (dsh) web settings panel. What it does On viewports ≤ 680px (mobile browsers), it: - Turns the 800px-wide desktop settings modal into a full-screen vertical sheet . - Converts the 188px left nav rail into a full-width, horizontally scrollable tab bar at the top. - Pins the close button to the top-right corner. - Makes the content area fill the remaining height with independent scrolling and safe-area padding. - Lets General settings rows wrap instead of squeezing their controls off-screen. Desktop / tablet ( 680px) is unaffected. Install From GitHub From a local checkout dsh plugin automatically adds this package to the web profile's bundle list because it declares dsh.bundle . Restart the web profile after installing: If you access the web UI through a reverse proxy such as Tailscale, keep your existing startup flags (for example --trusted-host ). Verify Open the browser developer tools and confirm the returned HTML contains: Or narrow a desktop browser window below 680px and open the settings panel to see the layout change. Uninstall Then restart dsh web to restore the original layout. Tweak Edit t…
在 GitHub 查看完整 README →