Browse Source

responsive: fixed modalecard from flagcollection

bach 3 years ago
parent
commit
ae3c8f1234

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


+ 8 - 3
web/themes/custom/materiotheme/vuejs/components/Content/MiniCard.vue

@@ -105,9 +105,14 @@ export default {
           { item: this.item },
           {
             name: `modal-${this.item.id}`,
-            draggable: true,
-            width: '850px',
-            height: '610px'
+            draggable: false,
+            classes: "vm--modale-card",
+            // this does not work
+            // adaptative: true,
+            // maxWidth: 850,
+            // maxHeight: 610,
+            width: '95%',
+            height: '95%'
           }
         )
       }

Some files were not shown because too many files changed in this diff