v1.8.7 — Restore centered desktop margins
Restores the side margins and centered 1440px dashboard column from the classic layout (like your reference screenshot).
Changed
- Desktop layout —
.dashboard-containerback tomax-width: 1440pxcentered with2rembody padding (wallpaper visible on sides) - Section spacing — slightly more gap below category filter tabs
- Layout guards —
theme-guards.cssmatches 1440px centered column (fixes v1.8.6 edge-to-edge regression) - PWA cache — service worker v43
Bugs fixed in this release
- v1.8.6 removed side margins (
max-width: 100%+ reduced body padding) — dashboard stretched edge-to-edge - Missing horizontal “breathing room” on Mac/Windows desktop browsers
Do not use (layout regressions)
- v1.8.6 — edge-to-edge, no side space
- v1.8.5 — stale PWA CSS could show narrow squeezed layout until manual cache clear
Recommended: v1.8.7 (this release) or v1.8.4 if you need a fallback before upgrading.
Upgrade
Native / Proxmox:
curl -sSL https://github.com/boubli/AMUD-Dashboard/releases/download/v1.6.4/update-amud.sh | bashDocker:
docker compose pull && docker compose up -d --force-recreateOr pull the latest Docker image: tradmss/amud-dashboard:latest
Binaries: amud-server, amud-agent (amd64 + arm64), ui.tar.gz, and SHA256SUMS are attached below.