style(cards): exibe a radiografia completa (object-fit contain) nos cards com fundo escuro
continuous-integration/webhook Deploy concluído (VPS4)

This commit is contained in:
VPS 4 Deploy Agent
2026-06-01 01:55:27 +02:00
parent c4f463344d
commit aa3f353979
+2 -2
View File
@@ -294,14 +294,14 @@ body {
.image-preview { .image-preview {
width: 100%; height: 220px; width: 100%; height: 220px;
background: #e2e8f0; position: relative; background: #0b1220; position: relative;
overflow: hidden; overflow: hidden;
} }
.image-preview .preview-img { .image-preview .preview-img {
position: absolute; inset: 0; position: absolute; inset: 0;
width: 100%; height: 100%; width: 100%; height: 100%;
object-fit: cover; display: block; object-fit: contain; display: block;
} }
.preview-img-placeholder { .preview-img-placeholder {