style(cards): exibe a radiografia completa (object-fit contain) nos cards com fundo escuro
continuous-integration/webhook Deploy concluído (VPS4)
continuous-integration/webhook Deploy concluído (VPS4)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user