feat(web): make Web UI responsive for mobile
Some checks failed
Docker Build and Publish / build-and-push (pull_request) Has been skipped
Nix / nix (ubuntu-latest) (pull_request) Failing after 10s
Supply Chain Audit / Scan PR for supply chain risks (pull_request) Successful in 1m0s
Docs Site Checks / docs-site-checks (pull_request) Failing after 4m1s
Tests / e2e (pull_request) Successful in 2m26s
Tests / test (pull_request) Failing after 36m31s
Nix / nix (macos-latest) (pull_request) Has been cancelled
Some checks failed
Docker Build and Publish / build-and-push (pull_request) Has been skipped
Nix / nix (ubuntu-latest) (pull_request) Failing after 10s
Supply Chain Audit / Scan PR for supply chain risks (pull_request) Successful in 1m0s
Docs Site Checks / docs-site-checks (pull_request) Failing after 4m1s
Tests / e2e (pull_request) Successful in 2m26s
Tests / test (pull_request) Failing after 36m31s
Nix / nix (macos-latest) (pull_request) Has been cancelled
- Nav: icons only on mobile, icon+label on sm+ - Brand: abbreviated "H A" on mobile, full "Hermes Agent" on sm+ - Content: reduced padding on mobile (px-3 vs px-6) - StatusPage: session cards stack vertically on mobile, truncate overflow text, strip model namespace for brevity - ConfigPage: sidebar becomes horizontal scrollable pills on mobile instead of fixed left column, search hidden on mobile - SessionsPage: title + search stack vertically on mobile, search goes full-width - Card component: add overflow-hidden to prevent content bleed - Body/root: add overflow-x-hidden to prevent horizontal scroll - Footer: reduced font sizes on mobile All changes use Tailwind responsive breakpoints (sm: prefix). No logic changes — purely layout/CSS adjustments.
This commit is contained in:
@@ -74,6 +74,7 @@ body {
|
||||
scrollbar-color: color-mix(in srgb, var(--color-foreground) 15%, transparent) transparent;
|
||||
}
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
scrollbar-color: color-mix(in srgb, var(--color-foreground) 25%, transparent) transparent;
|
||||
}
|
||||
::-webkit-scrollbar { width: 4px; height: 4px; }
|
||||
|
||||
Reference in New Issue
Block a user