Bachir Soussi Chiadmi 4 éve
szülő
commit
e78cb51c8f

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
web/themes/custom/edlptheme/assets/dist/scripts/main.min.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
web/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 1 - 1
web/themes/custom/edlptheme/assets/scripts/main.js

@@ -745,7 +745,7 @@
       // launch audio player and stop here
       if($link.is('.audio-link')){
         // check if caller is lastdocs block
-        caller = $link.parents('.lastdocs').length ? 'lastdocs' : null;
+        caller = $link.parents('.lastdocs, .lastdocs-home').length ? 'lastdocs' : null;
         // open audio player
         _audioPlayer
           .emmit('stop-shuffle')

+ 2 - 0
web/themes/custom/edlptheme/assets/styles/app.scss

@@ -561,6 +561,7 @@ main[role="main"]{
       }
     }
     nav{
+      text-align: center;
       a{
         font-size: 0.756em;
       }
@@ -588,6 +589,7 @@ main[role="main"]{
         }
       }
     }
+
   }
 
   .collection{

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott