Revert "feat(ui): make dashboard responsive for iPhone and mobile devices"

This reverts commit d3b326e.

The deployment caused reports of blank screens and 400 errors. Reverting to restore stable state while investigating root cause.
This commit is contained in:
Horux Dev
2026-06-13 20:16:04 +00:00
parent d3b326e78c
commit 66d68c652c
21 changed files with 54 additions and 365 deletions

View File

@@ -240,7 +240,7 @@ export default function DiscrepanciaRegimenPage() {
type="date"
value={fechaDesde}
onChange={e => setFechaDesde(e.target.value)}
className="h-8 w-full sm:w-[150px] text-sm"
className="h-8 w-[150px] text-sm"
/>
</div>
<div className="flex items-center gap-2">
@@ -249,7 +249,7 @@ export default function DiscrepanciaRegimenPage() {
type="date"
value={fechaHasta}
onChange={e => setFechaHasta(e.target.value)}
className="h-8 w-full sm:w-[150px] text-sm"
className="h-8 w-[150px] text-sm"
/>
</div>
<div className="flex items-center gap-2">

View File

@@ -222,7 +222,7 @@ export default function TipoRelacionSospechosaPage() {
type="date"
value={fechaDesde}
onChange={e => setFechaDesde(e.target.value)}
className="h-8 w-full sm:w-[150px] text-sm"
className="h-8 w-[150px] text-sm"
/>
</div>
<div className="flex items-center gap-2">
@@ -231,7 +231,7 @@ export default function TipoRelacionSospechosaPage() {
type="date"
value={fechaHasta}
onChange={e => setFechaHasta(e.target.value)}
className="h-8 w-full sm:w-[150px] text-sm"
className="h-8 w-[150px] text-sm"
/>
</div>
<div className="flex items-center gap-2">