documents preview
This commit is contained in:
@@ -527,6 +527,30 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.bubble-preview {
|
||||
display: grid;
|
||||
gap: 0.45rem;
|
||||
}
|
||||
|
||||
.bubble-preview-label {
|
||||
font-size: 0.82rem;
|
||||
font-weight: 600;
|
||||
opacity: 0.78;
|
||||
}
|
||||
|
||||
.bubble-preview-placeholder {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: min(240px, 100%);
|
||||
min-height: 320px;
|
||||
padding: 1rem;
|
||||
border: 1px dashed var(--input-border);
|
||||
border-radius: 1rem;
|
||||
color: var(--page-text-soft);
|
||||
background: color-mix(in srgb, var(--surface-background) 85%, white);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bubble-image,
|
||||
.bubble-video {
|
||||
width: 200px;
|
||||
|
||||
Reference in New Issue
Block a user