I. Alcaraz Salazar c4065f2cce fix: make layout fully responsive for any screen size
Root cause: viewport was hardcoded to width=3840 and body to
3840x2160px. If TV browser has different viewport, content
overflows and can't be zoomed to fit.

Changes:
- viewport meta: width=device-width instead of width=3840
- body: 100vw/100vh instead of fixed pixels
- App container: w-screen h-screen
- font-size: clamp(14px, 1.15vw, 24px) scales with viewport
- Topology: horizontal chain (Modem → FW → Switch) saves
  vertical space, VM pills in 3-col grid, all sizes relative
- Kanban: 3-col grid, compact project cards
- All padding/gaps use rem (scale with base font)
- Removed all hardcoded pixel max-widths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 01:55:34 +00:00
Description
Dashboard TV para oficina - Topologia de red, Tareas Odoo, Calendario
201 KiB
Languages
TypeScript 67.5%
Python 30.4%
CSS 1.2%
Dockerfile 0.5%
HTML 0.4%