mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
tried to fix image grid, but got no results
This commit is contained in:
parent
1730421f27
commit
10b013f9a8
4 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@ const SortableList = SortableContainer(({ items, locked }: { items: IFile[], loc
|
|||
items.map((file, index) => (
|
||||
<SortableItem key={file.id} index={index}>
|
||||
<ImageUpload
|
||||
id={file.id}
|
||||
thumb={file.url}
|
||||
/>
|
||||
</SortableItem>
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue