Преглед на файлове

responsive: fixed modalecard from flagcollection

bach преди 3 години
родител
ревизия
ae3c8f1234
променени са 2 файла, в които са добавени 8 реда и са изтрити 3 реда
  1. 0 0
      web/themes/custom/materiotheme/assets/dist/main.js
  2. 8 3
      web/themes/custom/materiotheme/vuejs/components/Content/MiniCard.vue

Файловите разлики са ограничени, защото са твърде много
+ 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 },
           { item: this.item },
           {
           {
             name: `modal-${this.item.id}`,
             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%'
           }
           }
         )
         )
       }
       }

Някои файлове не бяха показани, защото твърде много файлове са промени