Fix: Corrige errores en recurrentes y limpia el repositorio

This commit is contained in:
2026-01-17 16:54:27 -06:00
parent 4c48c279de
commit 3f0727984a
32 changed files with 134 additions and 2157552 deletions

View File

@@ -419,4 +419,23 @@ html[data-bs-theme="dark"] td:nth-child(3) span {
padding: 0.875rem 1.25rem;
font-size: 1.2rem;
white-space: nowrap; /* Evita que el texto se rompa en varias líneas */
}
/* Preview modal styles */
#previewModalBody img {
max-width: 100% !important;
height: auto !important;
border-radius: 8px !important;
margin: 10px 0 !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}
[data-bs-theme="dark"] #previewModalBody img {
box-shadow: 0 4px 8px rgba(0,0,0,0.5) !important;
}
/* Ensure modal content is scrollable if needed */
#previewModalBody {
max-height: 70vh;
overflow-y: auto;
}