documents preview - image

This commit is contained in:
2026-03-11 09:40:03 +01:00
parent 0e4c79b735
commit 11cc5350c8
8 changed files with 176 additions and 140 deletions

View File

@@ -538,17 +538,14 @@
opacity: 0.78;
}
.bubble-preview-placeholder {
display: grid;
place-items: center;
.bubble-preview-image {
display: block;
width: min(240px, 100%);
min-height: 320px;
padding: 1rem;
border: 1px dashed var(--input-border);
max-width: 100%;
height: auto;
border: 1px solid var(--surface-border);
border-radius: 1rem;
color: var(--page-text-soft);
background: color-mix(in srgb, var(--surface-background) 85%, white);
text-align: center;
background: #fff;
}
.bubble-image,