remove preview for all file except images
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user