diff --git a/frontend/src/components/ItemModel.vue b/frontend/src/components/ItemModel.vue
index 2ecc1db..bc9f24c 100644
--- a/frontend/src/components/ItemModel.vue
+++ b/frontend/src/components/ItemModel.vue
@@ -55,7 +55,7 @@
class="item"
:key="item.id">
-
+
@@ -268,6 +268,7 @@ export default Items
.item-section{
position: fixed;
+ font-size: 1vh;
}
.item-list{
@@ -275,9 +276,9 @@ export default Items
display: grid;
grid-gap: 12vh;
top: -60vh;
- left: -47vw;
+ left: -44.33vw;
margin-left: 10vh;
- grid-template-columns: repeat(7, 2vh);
+ grid-template-columns: repeat(12, 2vh);
.item{
position: relative;
@@ -289,6 +290,7 @@ export default Items
padding: 5vh;
background: darkslategrey;
box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
+ display: flex;
}
.view{
@@ -316,21 +318,14 @@ export default Items
border: solid black 0.1vh;
position: absolute;
width: 3vh;
- top: -0.10vh;
+ top: -0.05vh;
left: -0.1vh;
transform: rotate(-90deg);
}
-
-
-
.destroy:hover{
cursor: pointer;
}
-
- .destroyOther:hover{
- cursor: pointer;
- }
}
\ No newline at end of file