Prechádzať zdrojové kódy

responsive: fixed modalecard from flagcollection

bach 3 rokov pred
rodič
commit
ae3c8f1234

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 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%'
           }
         )
       }

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov