Image preview and images for items (wip)

This commit is contained in:
Victor Turgeon
2022-10-31 12:11:18 -07:00
parent 4558617f30
commit b939d94dc4
4 changed files with 78 additions and 12 deletions

View File

@@ -543,6 +543,16 @@ html {
border-radius: 5px;
}
.img-preview-container{
margin-top: 15px;
display:flex;
}
.img-preview{
margin:auto;
max-width: 90%;
max-height: 200px;
}
.sorting-container {
width: 20%;