From aa3f353979bcafdab39e92d6dc86f89aa9f114c6 Mon Sep 17 00:00:00 2001 From: VPS 4 Deploy Agent Date: Mon, 1 Jun 2026 01:55:27 +0200 Subject: [PATCH] style(cards): exibe a radiografia completa (object-fit contain) nos cards com fundo escuro --- dental-server/dental-client/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dental-server/dental-client/src/index.css b/dental-server/dental-client/src/index.css index 85de2d0..c93a488 100644 --- a/dental-server/dental-client/src/index.css +++ b/dental-server/dental-client/src/index.css @@ -294,14 +294,14 @@ body { .image-preview { width: 100%; height: 220px; - background: #e2e8f0; position: relative; + background: #0b1220; position: relative; overflow: hidden; } .image-preview .preview-img { position: absolute; inset: 0; width: 100%; height: 100%; - object-fit: cover; display: block; + object-fit: contain; display: block; } .preview-img-placeholder {