Fix: Corrige errores en recurrentes y limpia el repositorio
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user