diff --git a/src/components/editors/ImageGrid/index.tsx b/src/components/editors/ImageGrid/index.tsx
index d3955115..aa1a01af 100644
--- a/src/components/editors/ImageGrid/index.tsx
+++ b/src/components/editors/ImageGrid/index.tsx
@@ -19,6 +19,7 @@ const SortableList = SortableContainer(({ items, locked }: { items: IFile[], loc
items.map((file, index) => (
diff --git a/src/components/editors/ImageGrid/styles.scss b/src/components/editors/ImageGrid/styles.scss
index f52a5dba..5a6ef4bb 100644
--- a/src/components/editors/ImageGrid/styles.scss
+++ b/src/components/editors/ImageGrid/styles.scss
@@ -19,7 +19,7 @@
// flex: 0 4 25%;
width: 25%;
float: left;
- padding: $gap / 2;
+ // padding: $gap / 2;
z-index: 100;
box-sizing: border-box;
}
\ No newline at end of file
diff --git a/src/components/upload/ImageUpload/index.tsx b/src/components/upload/ImageUpload/index.tsx
index c29bd2b4..578fa1db 100644
--- a/src/components/upload/ImageUpload/index.tsx
+++ b/src/components/upload/ImageUpload/index.tsx
@@ -20,7 +20,7 @@ const ImageUpload: FC = ({
return (
- {thumb &&
}
+ {thumb &&
{id}
}
{is_uploading &&
}
diff --git a/src/components/upload/ImageUpload/styles.scss b/src/components/upload/ImageUpload/styles.scss
index 9dee39ef..91f90cf1 100644
--- a/src/components/upload/ImageUpload/styles.scss
+++ b/src/components/upload/ImageUpload/styles.scss
@@ -30,7 +30,7 @@
border-radius: $radius;
background: no-repeat 50% 50%;
background-size: cover;
- opacity: 0;
+ opacity: 0.3;
}
.progress {