bach пре 3 година
родитељ
комит
305df5c7df

BIN
web/themes/custom/materiotheme/assets/dist/module-font-ubuntu.bundle.js.gz


BIN
web/themes/custom/materiotheme/assets/dist/module-mdi.bundle.js.gz


BIN
web/themes/custom/materiotheme/assets/dist/print.js.gz


BIN
web/themes/custom/materiotheme/assets/dist/vclb.css.gz


BIN
web/themes/custom/materiotheme/assets/dist/web_themes_custom_materiotheme_vuejs_components_Content_Card_vue.bundle.js.gz


+ 4 - 0
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;
+					}
 				}
 			}
     }

+ 1 - 1
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'];

+ 3 - 1
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])