diff --git a/web/themes/custom/materiotheme/assets/dist/module-font-ubuntu.bundle.js.gz b/web/themes/custom/materiotheme/assets/dist/module-font-ubuntu.bundle.js.gz new file mode 100644 index 0000000..99dc9d7 Binary files /dev/null and b/web/themes/custom/materiotheme/assets/dist/module-font-ubuntu.bundle.js.gz differ diff --git a/web/themes/custom/materiotheme/assets/dist/module-mdi.bundle.js.gz b/web/themes/custom/materiotheme/assets/dist/module-mdi.bundle.js.gz new file mode 100644 index 0000000..ed6104a Binary files /dev/null and b/web/themes/custom/materiotheme/assets/dist/module-mdi.bundle.js.gz differ diff --git a/web/themes/custom/materiotheme/assets/dist/print.js.gz b/web/themes/custom/materiotheme/assets/dist/print.js.gz new file mode 100644 index 0000000..935b8ee Binary files /dev/null and b/web/themes/custom/materiotheme/assets/dist/print.js.gz differ diff --git a/web/themes/custom/materiotheme/assets/dist/vclb.css.gz b/web/themes/custom/materiotheme/assets/dist/vclb.css.gz new file mode 100644 index 0000000..7adfa7f Binary files /dev/null and b/web/themes/custom/materiotheme/assets/dist/vclb.css.gz differ diff --git a/web/themes/custom/materiotheme/assets/dist/web_themes_custom_materiotheme_vuejs_components_Content_Card_vue.bundle.js.gz b/web/themes/custom/materiotheme/assets/dist/web_themes_custom_materiotheme_vuejs_components_Content_Card_vue.bundle.js.gz new file mode 100644 index 0000000..5cb702e Binary files /dev/null and b/web/themes/custom/materiotheme/assets/dist/web_themes_custom_materiotheme_vuejs_components_Content_Card_vue.bundle.js.gz differ diff --git a/web/themes/custom/materiotheme/assets/styles/main.scss b/web/themes/custom/materiotheme/assets/styles/main.scss index 7fd1dac..87f3959 100644 --- a/web/themes/custom/materiotheme/assets/styles/main.scss +++ b/web/themes/custom/materiotheme/assets/styles/main.scss @@ -415,6 +415,10 @@ header[role="banner"]{ text-align: right; li{ display: block; + a{ + display: block; + padding: 0.2em 0; + } } } } diff --git a/web/themes/custom/materiotheme/materiotheme.theme b/web/themes/custom/materiotheme/materiotheme.theme index 578982e..2a8159d 100644 --- a/web/themes/custom/materiotheme/materiotheme.theme +++ b/web/themes/custom/materiotheme/materiotheme.theme @@ -134,8 +134,8 @@ function materiotheme_preprocess_html(&$vars) { '#tag' => 'meta', '#attributes' => array( 'rel' => 'mask-icon', - 'color' => "#69ccce", 'href' => '/safari-pinned-tab.svg', + 'color' => "#69ccce", ), ); $vars['page']['#attached']['html_head'][] = [$safaripinnedtab, '$safaripinnedtab']; diff --git a/web/themes/custom/materiotheme/vuejs/components/Pages/Home.vue b/web/themes/custom/materiotheme/vuejs/components/Pages/Home.vue index ee4448d..ae1fa02 100644 --- a/web/themes/custom/materiotheme/vuejs/components/Pages/Home.vue +++ b/web/themes/custom/materiotheme/vuejs/components/Pages/Home.vue @@ -49,7 +49,9 @@ export default { console.log('startShowroomCarroussel') this.showrooms = document.querySelectorAll('.field--name-computed-showrooms-reference > .field__item') console.log('showrooms', this.showrooms) - + if (!this.showrooms.lenght) { + return + } for (let i = 0; i < this.showrooms.length; i++) { if (i%2 === 0) { this.showroomsOdd.push(this.showrooms[i])