diff --git a/front/src/BookListElement.vue b/front/src/BookListElement.vue
index bf04ea9..dc1f550 100644
--- a/front/src/BookListElement.vue
+++ b/front/src/BookListElement.vue
@@ -130,6 +130,7 @@ async function importInventaireEdition(inventaireid) {
{{ error }}
@@ -208,5 +209,12 @@ img {
justify-content: center;
align-items: center;
}
+
+ img {
+ max-height: 100px;
+ max-width: 100px;
+ height: auto;
+ width: auto;
+ }
}
diff --git a/front/src/CollectionFormElement.vue b/front/src/CollectionFormElement.vue
index bcbd576..8b30806 100644
--- a/front/src/CollectionFormElement.vue
+++ b/front/src/CollectionFormElement.vue
@@ -80,32 +80,36 @@ function onPointerMove(e) {
@pointerleave="clearGrabVariables"
>
-
-
-
- {{ props.position }}
+
+
-
-
-
-
-
+
@@ -164,4 +168,14 @@ function onPointerMove(e) {
border: 3px solid var(--bulma-primary);
border-radius: 10px;
}
+
+@media (max-width: 1024px) {
+ .inputpositionwidget {
+ margin-top: 10px;
+ }
+
+ .positionwidget {
+ margin-bottom: 10px;
+ }
+}