feat: 统一图片铺满展示与原生预览
This commit is contained in:
@@ -482,7 +482,6 @@
|
||||
.asset-image img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
min-height: 0;
|
||||
}
|
||||
.asset-image-empty {
|
||||
@@ -548,12 +547,6 @@
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.reference-card img {
|
||||
width: 100%;
|
||||
aspect-ratio: 4 / 3;
|
||||
object-fit: contain;
|
||||
background: var(--app-subtle);
|
||||
}
|
||||
.reference-placeholder {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
|
||||
Reference in New Issue
Block a user