remove preview for all file except images

This commit is contained in:
smanylov
2026-02-23 14:44:22 +07:00
parent a33ccf4180
commit 332788a77a
5 changed files with 76 additions and 75 deletions
+6 -16
View File
@@ -3388,19 +3388,6 @@
}
}
.preview-fallback {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
background: #f3f4f6;
}
.result-info {
flex: 1;
}
@@ -3533,11 +3520,14 @@
background: v.$white;
&-wrapper {
display: grid;
grid-template-columns: 1fr 300px;
gap: 20px;
height: 100%;
max-height: 80vh;
&.image {
display: grid;
grid-template-columns: 1fr 300px;
gap: 20px;
}
}
.image-section {