Bachir Soussi Chiadmi 4 년 전
부모
커밋
e78cb51c8f

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/themes/custom/edlptheme/assets/dist/scripts/main.min.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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{

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.