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

@@ -812,7 +812,7 @@ export default function FacturacionPage() {
{/* Modal de búsqueda de conceptos previos */}
{showConceptoSearch && (
<div className="fixed inset-0 z-50 flex items-center justify-center bg-black/50">
<div className="bg-white dark:bg-zinc-900 rounded-xl shadow-2xl w-full max-w-[95vw] md:max-w-3xl max-h-[80vh] flex flex-col m-4">
<div className="bg-white dark:bg-zinc-900 rounded-xl shadow-2xl w-full max-w-3xl max-h-[80vh] flex flex-col m-4">
<div className="flex items-center justify-between p-4 border-b">
<h3 className="text-lg font-semibold">Buscar Concepto en Facturas</h3>
<Button variant="ghost" size="icon" onClick={() => setShowConceptoSearch(false)}>